FrankZxShen
commited on
Commit
•
f29e685
1
Parent(s):
2b3664e
Upload requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython
|
2 |
+
librosa==0.9.2
|
3 |
+
numpy
|
4 |
+
scipy
|
5 |
+
tensorboard
|
6 |
+
torch==1.13.1
|
7 |
+
torchvision==0.14.1
|
8 |
+
torchaudio==0.13.1
|
9 |
+
unidecode
|
10 |
+
pyopenjtalk==0.1.3
|
11 |
+
jamo
|
12 |
+
pypinyin
|
13 |
+
jieba
|
14 |
+
protobuf
|
15 |
+
cn2an
|
16 |
+
inflect
|
17 |
+
eng_to_ipa
|
18 |
+
ko_pron
|
19 |
+
indic_transliteration==2.3.37
|
20 |
+
num_thai==0.0.5
|
21 |
+
opencc==1.1.1
|
22 |
+
demucs
|
23 |
+
openai-whisper
|
24 |
+
gradio
|