kevinwang676 commited on
Commit
d6c5104
·
1 Parent(s): 965a6b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -17
requirements.txt CHANGED
@@ -1,18 +1,15 @@
1
- modelscope==1.9.2
2
-
3
- # 训练/推理依赖
4
- # 同时需要额外补充:
5
- # 1. pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
6
- pytorch_wavelets==1.3.0
7
- tensorboardX===2.6.2.2
8
- bitstring==4.1.2
9
-
10
- # sambert 标注依赖
11
- # 同时需要额外补充:
12
- # pip install tts-autolabel -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
13
- # sox 需要单独安装,参考: https://pysox.readthedocs.io/en/latest/#installation
14
- openai-whisper==20230918
15
- librosa==0.10.1
16
- scipy==1.11.3
17
- sox==1.4.1
18
  gradio
 
1
+ openai-whisper
2
+ modelscope
3
+ typeguard==2.3.1
4
+ sox
5
+ bitstring
6
+ pytorch_wavelets
7
+ tensorboardX
8
+ matplotlib
9
+ numpy==1.22.4
10
+ torch
11
+ torchaudio
12
+ librosa
13
+ cntext
14
+ pdfdocx
 
 
 
15
  gradio