|
# Bibliothèque TTS |
|
git+https://github.com/cocktailpeanut/TTS#egg=TTS |
|
|
|
# PyTorch (compatible CPU et GPU) |
|
torch>=2.1 |
|
torchaudio>=2.1 |
|
|
|
# Librairies scientifiques |
|
numpy==1.22.0;python_version<="3.10" |
|
numpy>=1.24.3;python_version>"3.10" |
|
scipy>=1.11.2 |
|
librosa>=0.10.0 |
|
soundfile>=0.12.0 |
|
scikit-learn>=1.3.0 |
|
|
|
# Accélération des calculs |
|
numba==0.55.1;python_version<"3.9" |
|
numba>=0.57.0;python_version>="3.9" |
|
|
|
# Gestion des langues et NLP (français uniquement) |
|
unidecode>=1.3.2 |
|
num2words>=0.5.12 |
|
transformers>=4.33.0 |
|
nltk>=3.8.1 |
|
gruut[fr]==2.2.3 |
|
|
|
# Gradio pour l'interface utilisateur |
|
gradio==3.4 |
|
|
|
# Configuration et gestion des fichiers |
|
fsspec>=2023.6.0 |
|
pyyaml>=6.0 |
|
packaging>=23.1 |
|
aiohttp>=3.8.1 |
|
|
|
# Visualisation et notebooks |
|
matplotlib>=3.7.0 |
|
pandas>=1.4,<2.0 |
|
umap-learn>=0.5.1 |
|
|
|
# Frameworks supplémentaires (Bark et Tortoise) |
|
encodec>=0.1.1 |
|
einops>=0.6.0 |
|
|
|
# Coqui Stack |
|
trainer>=0.0.36 |
|
coqpit>=0.0.16 |
|
|
|
# Autres dépendances |
|
tqdm>=4.64.1 |
|
flask>=2.0.1 |
|
mutagen==1.47.0 |
|
inflect>=5.6.0 |
|
anyascii>=0.3.0 |
|
|
|
# Support pour le bangla |
|
bangla |
|
bnnumerizer |
|
bnunicodenormalizer |