IntentDrive / requirements-hf.txt
sajith-0701
Deploy FastAPI backend to HF Spaces (Docker SDK)
98075af
raw
history blame contribute delete
326 Bytes
# API-only requirements for Hugging Face Spaces Docker deployment.
# torch and torchvision are installed separately in the Dockerfile
# using CPU-only wheels to avoid the large CUDA download.
fastapi==0.115.11
uvicorn[standard]==0.34.0
python-multipart==0.0.20
numpy==1.26.4
pillow==12.1.1
opencv-python-headless==4.11.0.86