random-sample-generator / requirements.txt
MA
fix: add requirements
4e62fc4
raw
history blame contribute delete
939 Bytes
# ── Web framework ─────────────────────────────────────────────────────────────
flask>=2.3.0
# ── AI / Audio ────────────────────────────────────────────────────────────────
# audiocraft pulls in torch, torchaudio, transformers, einops, etc. as deps.
# In the Dockerfile, torch is installed first with the CPU wheel index URL
# so that line here is intentionally omitted (Docker handles it).
audiocraft
# ── Local dev only ────────────────────────────────────────────────────────────
# Uncomment when running locally without Docker:
# torch
# torchaudio