VoiceAPI / requirements.txt
Harshil748's picture
Initial HF Spaces deployment - downloads models at runtime
ecde958
raw
history blame contribute delete
466 Bytes
# Voice Tech for All - Multi-lingual TTS System
# Requirements for the TTS system
# Core ML/Audio
torch
numpy
scipy
soundfile
librosa # For pitch shifting and time stretching
# TTS Models
TTS # Coqui TTS - required for Bhojpuri .pth models
huggingface-hub
transformers # Required for MMS models (Gujarati)
# API Server
fastapi
uvicorn[standard]
python-multipart # Required for file uploads
pydantic
# Utilities
tqdm
requests
# Development (optional)
pytest