Spaces:
Sleeping
Sleeping
Claude Code - Backend Implementation Specialist
Deploy AI-powered Todo application to Hugging Face Spaces
f2b5c2a | title: AI-Todo Chatbot | |
| emoji: 💻 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # AI-Powered Todo Application | |
| A FastAPI-based todo application with AI chatbot integration using Cohere API. | |
| ## Features | |
| - User authentication with JWT | |
| - Task management with subtasks | |
| - AI-powered conversational interface | |
| - Password reset functionality | |
| - RESTful API | |
| ## Environment Variables | |
| Set these in your Hugging Face Space settings: | |
| - `COHERE_API_KEY`: Your Cohere API key | |
| - `JWT_SECRET_KEY`: Secret key for JWT tokens | |
| - `DATABASE_URL`: Database connection string (default: sqlite:///./data/todo.db) | |
| ## API Documentation | |
| Once deployed, visit `/docs` for interactive API documentation. | |