2022-02-03 14:48:16 +00:00
|
|
|
# core deps
|
2021-06-18 12:57:05 +00:00
|
|
|
numpy==1.19.5
|
2022-02-03 14:48:16 +00:00
|
|
|
cython
|
2022-03-06 13:24:19 +00:00
|
|
|
scipy>=1.4.0
|
2021-08-13 06:38:54 +00:00
|
|
|
torch>=1.7
|
2022-02-03 14:48:16 +00:00
|
|
|
torchaudio
|
|
|
|
soundfile
|
|
|
|
librosa==0.8.0
|
2021-06-23 09:42:11 +00:00
|
|
|
numba==0.53
|
2022-02-03 14:48:16 +00:00
|
|
|
inflect
|
|
|
|
tqdm
|
2021-05-20 22:30:39 +00:00
|
|
|
anyascii
|
2022-02-03 14:48:16 +00:00
|
|
|
pyyaml
|
|
|
|
fsspec>=2021.04.0
|
|
|
|
# deps for examples
|
|
|
|
flask
|
|
|
|
# deps for inference
|
|
|
|
pysbd
|
|
|
|
# deps for notebooks
|
|
|
|
umap-learn==0.5.1
|
|
|
|
pandas
|
|
|
|
# deps for training
|
|
|
|
matplotlib
|
|
|
|
tensorboardX
|
|
|
|
pyworld
|
|
|
|
# coqui stack
|
2022-03-07 13:31:25 +00:00
|
|
|
coqui-trainer
|
2022-02-03 14:48:16 +00:00
|
|
|
coqpit # config managemenr
|
|
|
|
# chinese g2p deps
|
|
|
|
jieba
|
|
|
|
pypinyin
|
2021-06-02 09:42:56 +00:00
|
|
|
# japanese g2p deps
|
|
|
|
mecab-python3==1.0.3
|
|
|
|
unidic-lite==1.0.8
|
2021-06-02 14:35:59 +00:00
|
|
|
# gruut+supported langs
|
2021-10-31 10:41:55 +00:00
|
|
|
gruut[cs,de,es,fr,it,nl,pt,ru,sv]~=2.0.0
|
2022-02-03 14:48:16 +00:00
|
|
|
# others
|
|
|
|
webrtcvad # for VAD
|