# Web Framework
|
|
fastapi==0.109.2
|
|
uvicorn==0.27.1
|
|
python-multipart==0.0.7
|
|
pydantic==2.6.1
|
|
python-dotenv==1.0.1
|
|
|
|
# Image Processing
|
|
Pillow==10.2.0
|
|
|
|
# Machine Learning & Vector Search
|
|
numpy==1.26.3
|
|
faiss-cpu==1.7.4
|
|
insightface==0.7.3
|
|
onnxruntime==1.16.3
|
|
|
|
# Optional - for production
|
|
gunicorn==21.2.0
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
bcrypt==4.1.2
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
aiosqlite==0.19.0
|
|
|
|
# CORS
|
|
starlette==0.36.3
|