vasugo05 commited on
Commit
891ee55
·
verified ·
1 Parent(s): f079d27

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -0
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.8.1
2
+ descript-audiotools==0.7.2
3
+ transformers==4.52.1
4
+ tokenizers==0.21.0
5
+ cn2an==0.5.22
6
+ ffmpeg-python==0.2.0
7
+ Cython==3.0.7
8
+ g2p-en==2.1.0
9
+ jieba==0.42.1
10
+ json5==0.10.0
11
+ keras==2.9.0
12
+ numba==0.59.1
13
+ numpy>=1.26.2,<2.0
14
+ pandas>=2.1.3
15
+ matplotlib>=3.8.2
16
+ munch==4.0.0
17
+ opencv-python>=4.9.0.80
18
+ tensorboard>=2.9.1
19
+ librosa>=0.10.2
20
+ safetensors>=0.5.2
21
+ deepspeed>=0.17.1
22
+ modelscope>=1.27.0
23
+ omegaconf>=2.1.0
24
+ sentencepiece>=0.1.99
25
+ gradio>=5.0.0
26
+ tqdm>=4.65.0
27
+ textstat>=0.7.0
28
+ huggingface_hub>=0.19.0
29
+ spaces>=0.0.1
30
+
31
+ indic-nlp-library>=0.12
32
+ regex>=2023.0.0
33
+ unidecode>=1.3.0
34
+ sacremoses>=0.0.1
35
+ soundfile>=0.12.1
36
+ indic-transliteration>=2.3.7
37
+
38
+ WeTextProcessing; platform_machine != "Darwin"
39
+ wetext; platform_system == "Darwin"