| --- |
| 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. |