# 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