Fetching metadata from the HF Docker repository...
Update requirements.txt
6579597
verified
|
# FastAPI and server |
|
fastapi==0.116.1 |
|
uvicorn==0.35.0 |
|
|
|
# CORS and file upload |
|
python-multipart==0.0.20 |
|
starlette==0.47.3 |
|
|
|
# Image & file handling |
|
pillow==11.3.0 |
|
requests==2.32.5 |
|
|
|
# Google Gemini |
|
google-genai==1.32.0 |
|
google-auth==2.40.3 |
|
cachetools==5.5.2 |
|
|
|
# MongoDB |
|
pymongo==4.14.1 |
|
dnspython==2.7.0 |
|
|
|
# Data processing |
|
numpy==2.3.2 |
|
|
|
# Environment config |
|
python-dotenv==1.1.1 |
|
|
|
# CLIP |
|
transformers==4.55.4 |
|
torch==2.8.0 |
|
|