加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
# core deps
numpy==1.19.5
cython
scipy>=1.4.0
torch>=1.7
torchaudio
soundfile
librosa==0.8.0
numba==0.53
inflect
tqdm
anyascii
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
coqui-trainer
coqpit # config managemenr
# chinese g2p deps
jieba
pypinyin
# japanese g2p deps
mecab-python3==1.0.3
unidic-lite==1.0.8
# gruut+supported langs
gruut[cs,de,es,fr,it,nl,pt,ru,sv]~=2.0.0
# others
webrtcvad # for VAD
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化