Spaces:
Running
Running
Commit
·
bb70310
1
Parent(s):
a01bb7e
Update requirements.txt
Browse files- requirements.txt +31 -1
requirements.txt
CHANGED
@@ -1,4 +1,34 @@
|
|
1 |
pythaitts==0.2.1
|
2 |
numpy
|
3 |
tts==0.8.0
|
4 |
-
pythainlp==4.0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pythaitts==0.2.1
|
2 |
numpy
|
3 |
tts==0.8.0
|
4 |
+
pythainlp==4.0.2
|
5 |
+
inflect
|
6 |
+
pandas
|
7 |
+
pydantic<2 # remove after inflect supports Pydantic 2.0+
|
8 |
+
sacremoses>=0.0.43
|
9 |
+
sentencepiece<1.0.0
|
10 |
+
youtokentome>=1.0.5
|
11 |
+
huggingface_hub
|
12 |
+
numba
|
13 |
+
onnx>=1.7.0
|
14 |
+
python-dateutil
|
15 |
+
ruamel.yaml
|
16 |
+
scikit-learn
|
17 |
+
tensorboard
|
18 |
+
text-unidecode
|
19 |
+
torch
|
20 |
+
tqdm>=4.41.0
|
21 |
+
wget
|
22 |
+
wrapt
|
23 |
+
attrdict
|
24 |
+
einops
|
25 |
+
jieba
|
26 |
+
kornia
|
27 |
+
librosa
|
28 |
+
matplotlib
|
29 |
+
nemo_text_processing
|
30 |
+
nltk
|
31 |
+
pandas
|
32 |
+
pypinyin
|
33 |
+
pypinyin-dict
|
34 |
+
https://github.com/wannaphong/NeMo/archive/refs/heads/main.zip
|