| # --- Stable Version --- |
| gradio==3.50.2 |
| torch |
| torchaudio |
| transformers==4.27.4 |
|
|
| # --- Japanese Processing --- |
| mecab-python3==1.0.5 |
| unidic==1.1.0 |
| unidic_lite==1.0.8 |
| pykakasi==2.2.1 |
| fugashi==1.3.0 |
| jamo==0.4.1 |
|
|
| # --- Text & Audio Utils --- |
| num2words==0.5.12 |
| g2p_en==2.1.0 |
| anyascii==0.3.2 |
| librosa==0.9.1 |
| pydub==0.25.1 |
| eng_to_ipa==0.0.2 |
| inflect==7.0.0 |
| unidecode==1.3.7 |
| langid==1.1.6 |
| tqdm |
| tensorboard==2.16.2 |
| loguru==0.7.2 |
| cached_path |
|
|
| # --- Multi-language Support --- |
| gruut[de,es,fr]==2.2.3 |
| g2pkk>=0.1.1 |
| pypinyin==0.50.0 |
| cn2an==0.5.22 |
| jieba==0.42.1 |
|
|
| # --- Others --- |
| txtsplit |
| git+https://github.com/unitaryai/detoxify |