CoolFace
Apppublic

Mariem-Daha/chefcode

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
requirements.txt29 linesDownload Raw Back to root
1# FastAPI and server
2fastapi==0.104.1
3uvicorn[standard]==0.24.0
4python-multipart==0.0.6
5
6# Database
7sqlalchemy==2.0.23
8databases[sqlite]==0.9.0
9aiosqlite==0.19.0
10
11# AI and ML
12openai>=1.0.0
13pydantic==2.5.0
14
15# HTTP requests
16httpx>=0.25.0
17
18# File handling
19aiofiles>=23.0.0
20
21# Environment
22python-dotenv==1.0.0
23
24# Optional: Google services (if needed)
25google-cloud-documentai>=2.20.0
26google-api-core>=2.11.0
27google-generativeai>=0.8.0
28pillow>=10.0.0
29