visual-search-api2 / requirements.txt
AdarshDRC's picture
update: improving the face search system
ef87e19
Raw
History Blame
1.41 kB
fastapi
uvicorn
python-multipart
python-dotenv
cloudinary
pinecone
pillow
numpy
torch
torchvision
transformers==4.48.0
sentencepiece
protobuf
ultralytics
inflect
deepface
ultralytics
tf-keras
opencv-python-headless
aiohttp
loguru
# Enterprise Lens V3 — requirements.txt
# Face Lane: InsightFace (replaces DeepFace + RetinaFace + GhostFaceNet)
# ── Core API ──────────────────────────────────────────────────────
fastapi
uvicorn[standard]
python-multipart
aiohttp
loguru
# ── AI / ML ───────────────────────────────────────────────────────
torch
torchvision
transformers
ultralytics
# ── V3 Face Engine (replaces deepface) ───────────────────────────
insightface
onnxruntime # CPU inference for InsightFace
opencv-python-headless
# ── Vector DB ────────────────────────────────────────────────────
pinecone
# ── Image / Cloud ────────────────────────────────────────────────
cloudinary
Pillow
numpy
inflect