# Core web framework | |
fastapi==0.115.6 | |
uvicorn[standard]==0.32.1 | |
python-multipart==0.0.20 | |
# AI/ML libraries | |
torch==2.5.1 | |
transformers==4.44.0 | |
tokenizers==0.19.1 | |
accelerate==1.2.1 | |
# Audio processing | |
soundfile==0.12.1 | |
librosa==0.10.2.post1 | |
TTS==0.21.3 | |
# Translation models | |
sentencepiece==0.2.0 | |
sacremoses==0.1.1 | |
protobuf==5.29.2 | |
# Utilities | |
numpy==1.26.4 | |
requests==2.32.3 | |
tqdm==4.67.1 | |
huggingface-hub==0.27.0 | |
pydantic==2.10.4 | |