svensk-ugc-factory-demo / requirements-demo.txt
afa67's picture
deploy dry-run demo
257a670 verified
Raw
History Blame
445 Bytes
# Lean deps for the public DRY-RUN demo on Hugging Face Spaces.
# Excludes faster-whisper (kb-whisper ASR) — QC/ASR is skipped in dry-run (qc.py),
# so the heavy CTranslate2 + ~GB model download is never needed. python-multipart is
# required by FastAPI for the upload forms.
psycopg[binary]>=3.2
pydantic-settings>=2.6
httpx>=0.27
anthropic>=0.50
google-genai>=1.0
numpy>=1.26
fastapi>=0.115
jinja2>=3.1
uvicorn>=0.32
python-multipart>=0.0.9