TDN-M commited on
Commit
25abf2c
·
verified ·
1 Parent(s): b9b18bd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -6
requirements.txt CHANGED
@@ -1,4 +1,20 @@
1
- # Preinstall requirements from TTS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
3
  typing-extensions>=4.8.0
4
  cutlet
@@ -6,11 +22,20 @@ mecab-python3==1.0.6
6
  langid
7
  deepspeed
8
  pydub
 
 
9
  gradio==4.36.1
10
- groq
11
- opencv-python
12
- moviepy
13
- gc
 
 
 
 
14
  # Vietnamese 101
15
  vinorm==2.0.7
16
- underthesea==6.8.0
 
 
 
 
1
+ # Thư viện bản
2
+ csv
3
+ datetime
4
+ os
5
+ re
6
+ time
7
+ uuid
8
+ io
9
+
10
+ # Thư viện xử lý âm thanh và video
11
+ torchaudio
12
+ opencv-python
13
+ moviepy
14
+
15
+ # Thư viện học máy và xử lý ngôn ngữ tự nhiên
16
+ transformers==4.28.1
17
+ langchain==0.1.5
18
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
19
  typing-extensions>=4.8.0
20
  cutlet
 
22
  langid
23
  deepspeed
24
  pydub
25
+
26
+ # Thư viện Gradio và Spaces
27
  gradio==4.36.1
28
+ spaces==0.1.0
29
+
30
+ # Thư viện Hugging Face Hub
31
+ huggingface_hub==0.14.0
32
+
33
+ # Thư viện khác
34
+ unidic-lite
35
+
36
  # Vietnamese 101
37
  vinorm==2.0.7
38
+ underthesea==6.8.0
39
+
40
+ # Groq API
41
+ groq