AI_Similar_Image_Visualizer / requirements.txt
Anshu370's picture
Update requirements.txt
6579597 verified
raw
history blame contribute delete
415 Bytes
# 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