dia-tts-server / requirements.txt
Michael Hu
initial check in of the dia tts server
ac5de5b
raw
history blame contribute delete
490 Bytes
# requirements.txt
# Core Web Framework
fastapi
uvicorn[standard]
# Machine Learning & Audio
torch
torchaudio
numpy
soundfile # Requires libsndfile system library (e.g., sudo apt-get install libsndfile1 on Debian/Ubuntu)
huggingface_hub
descript-audio-codec
safetensors
# Configuration & Utilities
pydantic
python-dotenv
Jinja2
python-multipart # For potential file uploads in UI
requests # For health checks or other potential uses
PyYAML # For parsing presets.yaml