AgentAI / README.md
royashish's picture
Update AgentAI with LLM integration
813ae46
|
Raw
History Blame Contribute Delete
1.26 kB
---
title: AgentAI
emoji: πŸ€–
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
---
# πŸ€– AgentAI - AI Development Platform
Transform project requirements into complete code with AI-powered analysis and generation.
## Features
- πŸš€ **AI-Powered Analysis**: Uses Hugging Face LLMs for intelligent project analysis
- πŸ’» **Code Generation**: Generates FastAPI applications based on requirements
- πŸ“ **Project Management**: Persistent storage and project tracking
- πŸ”„ **Smart Fallbacks**: Works with or without API tokens
## Usage
1. **Create Project**: Enter project name, description, and features
2. **AI Analysis**: Get intelligent technical recommendations
3. **Generate Code**: Create production-ready code templates
4. **Download**: Get your complete project files
## Configuration
Set `HF_TOKEN` environment variable for enhanced AI capabilities:
- With token: Real AI analysis and code generation
- Without token: Static templates (still functional)
## Technology Stack
- **Frontend**: Gradio interface
- **AI**: Hugging Face Transformers + Inference API
- **Storage**: JSON-based persistence
- **Deployment**: Hugging Face Spaces
Built with ❀️ for developers by developers.