VoiceAPI / requirements.txt
Harshil748's picture
Add voice cloning service and update API for voice generation
24d1041
raw
history blame contribute delete
472 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
httpx
# Development (optional)
pytest