CuteFurina commited on
Commit
da16951
·
1 Parent(s): c906041

readme.md

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. requirements.txt +70 -71
README.md CHANGED
@@ -1,7 +1,9 @@
 
1
  license: mit
2
  title: vits-simple-api
3
  sdk: gradio
4
  pinned: true
5
  python_version: 3.10.11
6
  emoji: 👀
7
- app_file: app.py
 
 
1
+ ---
2
  license: mit
3
  title: vits-simple-api
4
  sdk: gradio
5
  pinned: true
6
  python_version: 3.10.11
7
  emoji: 👀
8
+ app_file: app.py
9
+ ---
requirements.txt CHANGED
@@ -1,71 +1,70 @@
1
- # Core scientific and computation libraries
2
- numpy==1.23.3
3
- scipy
4
-
5
- # Audio processing
6
- librosa
7
- soundfile==0.12.1
8
- numba
9
- graiax-silkcoder[libsndfile]
10
-
11
- # Natural Language Processing and Text Conversion
12
- unidecode
13
- pyopenjtalk-prebuilt
14
- jamo
15
- pypinyin
16
- pypinyin-dict
17
- jieba
18
- cn2an
19
- inflect
20
- eng_to_ipa
21
- ko_pron
22
- indic_transliteration
23
- num_thai
24
- opencc
25
- fasttext-wheel
26
- fastlid
27
- langid
28
- phonemizer==3.2.1
29
- transformers
30
- num2words
31
- mecab-python3
32
- unidic-lite
33
- g2p_en
34
- sentencepiece==0.1.99
35
- jaconv
36
- wordsegment
37
- pyjyutping
38
- g2pk2
39
- eunjeon; sys_platform == 'win32' # pip install eunjeon -i https://pypi.artrajz.cn/simple/
40
- python_mecab_ko; sys_platform != 'win32'
41
- fugashi
42
-
43
- # Machine Learning and Deep Learning
44
- torch>=2.2.1
45
- onnx==1.12.0
46
- audonnx==0.7.0
47
- vector_quantize_pytorch==1.12.12
48
- pytorch_lightning
49
- torchmetrics
50
-
51
- # Web and API services
52
- flask==2.2.3
53
- flask_apscheduler
54
- pydantic==2.3.0
55
- werkzeug==2.3.6
56
- flask_login
57
- flask_wtf
58
- flask-cors
59
- ngrok
60
- requests_toolbelt
61
-
62
- # Compression and Decompression
63
- py7zr
64
-
65
- # Other utilities and dependencies
66
- MarkupSafe==2.1.2
67
- six==1.16.0
68
- protobuf==3.20.1
69
- tqdm
70
- PyYAML
71
- py-cpuinfo
 
1
+ # Core scientific and computation libraries
2
+ numpy==1.23.3
3
+ scipy
4
+
5
+ # Audio processing
6
+ librosa
7
+ soundfile==0.12.1
8
+ numba
9
+ graiax-silkcoder[libsndfile]
10
+
11
+ # Natural Language Processing and Text Conversion
12
+ unidecode
13
+ pyopenjtalk-prebuilt
14
+ jamo
15
+ pypinyin
16
+ pypinyin-dict
17
+ jieba
18
+ cn2an
19
+ inflect
20
+ eng_to_ipa
21
+ ko_pron
22
+ indic_transliteration
23
+ num_thai
24
+ opencc
25
+ fasttext-wheel
26
+ fastlid
27
+ langid
28
+ phonemizer==3.2.1
29
+ transformers
30
+ num2words
31
+ mecab-python3
32
+ unidic-lite
33
+ g2p_en
34
+ sentencepiece==0.1.99
35
+ jaconv
36
+ wordsegment
37
+ pyjyutping
38
+ g2pk2
39
+ eunjeon; sys_platform == 'win32' # pip install eunjeon -i https://pypi.artrajz.cn/simple/
40
+ python_mecab_ko; sys_platform != 'win32'
41
+ fugashi
42
+
43
+ # Machine Learning and Deep Learning
44
+ torch>=2.2.1
45
+ onnx==1.12.0
46
+ audonnx==0.7.0
47
+ vector_quantize_pytorch==1.12.12
48
+ pytorch_lightning
49
+ torchmetrics
50
+
51
+ # Web and API services
52
+ flask==2.2.3
53
+ flask_apscheduler
54
+ werkzeug==2.3.6
55
+ flask_login
56
+ flask_wtf
57
+ flask-cors
58
+ ngrok
59
+ requests_toolbelt
60
+
61
+ # Compression and Decompression
62
+ py7zr
63
+
64
+ # Other utilities and dependencies
65
+ MarkupSafe==2.1.2
66
+ six==1.16.0
67
+ protobuf==3.20.1
68
+ tqdm
69
+ PyYAML
70
+ py-cpuinfo