# Core TTS requirements | |
TTS>=0.22.0 | |
typing-extensions>=4.8.0 | |
torch>=1.9.0 | |
torchaudio>=0.9.0 | |
huggingface-hub>=0.16.0 | |
# Audio processing | |
pydub>=0.25.1 | |
soundfile>=0.12.1 | |
# Vietnamese text processing | |
vinorm==2.0.7 | |
underthesea==6.8.0 | |
cutlet | |
mecab-python3==1.0.6 | |
langid | |
# Web interface | |
gradio==4.36.1 | |
# Image and video processing | |
opencv-python>=4.8.0 | |
moviepy>=1.0.3 | |
Pillow>=9.0.0 | |
# API and web requests | |
requests>=2.28.0 | |
feedparser>=6.0.10 | |
beautifulsoup4>=4.11.0 | |
lxml>=4.9.0 | |
# Environment variables | |
python-dotenv>=1.0.0 | |
# Utilities | |
anyio>=3.6.0 | |
groq | |
numpy>=1.21.0 | |
pandas>=1.5.0 | |
hashlib2>=1.3.1 |