File size: 415 Bytes
e53485e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6579597
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
# 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