File size: 1,060 Bytes
3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a 3fc7487 136a03a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
# 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 |