Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.9.2
|
3 |
+
matplotlib==3.3.1
|
4 |
+
scikit-learn==1.0.2
|
5 |
+
numpy==1.22
|
6 |
+
scipy
|
7 |
+
tensorboard
|
8 |
+
torch==1.13.1
|
9 |
+
torchvision==0.15.2
|
10 |
+
torchaudio==2.0.0
|
11 |
+
unidecode
|
12 |
+
pyopenjtalk>=0.3.0
|
13 |
+
jamo
|
14 |
+
pypinyin
|
15 |
+
jieba
|
16 |
+
protobuf
|
17 |
+
cn2an
|
18 |
+
inflect
|
19 |
+
eng_to_ipa
|
20 |
+
ko_pron
|
21 |
+
indic_transliteration==2.3.37
|
22 |
+
num_thai==0.0.5
|
23 |
+
opencc==1.1.1
|
24 |
+
demucs
|
25 |
+
openai-whisper
|
26 |
+
gradio
|