File size: 716 Bytes
ee5419d
f2b5c2a
 
 
 
ee5419d
f2b5c2a
ee5419d
 
 
f2b5c2a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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.