File size: 604 Bytes
38ae436 b288004 |
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 |
# PyTorch and related libraries torch torchvision torchaudio # Hugging Face transformers library transformers # Configuration management with OmegaConf omegaconf # Interactive widgets for Jupyter Notebooks ipywidgets # Gradio for creating web UIs gradio # Vector quantization for PyTorch vector_quantize_pytorch # Hugging Face Hub client huggingface_hub vocos # OpenVoice librosa==0.9.1 faster-whisper==0.9.0 pydub==0.25.1 wavmark==0.0.2 numpy==1.22.0 eng_to_ipa==0.0.2 inflect==7.0.0 unidecode==1.3.7 whisper-timestamped==1.14.2 openai python-dotenv pypinyin jieba cn2an edge_tts gradio==4.29.0 |