theNorms commited on
Commit
f56413a
·
verified ·
1 Parent(s): 2c89db9

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -0
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.30.0
3
+ numpy>=1.21.0
4
+ websockets>=11.0.0
5
+ soundfile>=0.12.0
6
+ librosa>=0.10.0
7
+ pyaudio>=0.2.13
8
+ webrtcvad>=2.0.10
9
+ psutil>=5.9.0
10
+ fastapi>=0.100.0
11
+ uvicorn>=0.23.0
12
+ pydantic>=2.0.0
13
+ python-multipart>=0.0.6
14
+ aiofiles>=0.23.0
15
+ jinja2>=3.1.0
16
+ python-dotenv>=1.0.0
17
+ colorama>=0.4.6
18
+ tqdm>=4.65.0
19
+ scipy>=1.10.0
20
+ scikit-learn>=1.3.0
21
+ matplotlib>=3.7.0
22
+ seaborn>=0.12.0
23
+ pandas>=2.0.0
24
+ plotly>=5.15.0
25
+ streamlit>=1.25.0
26
+ gradio>=3.40.0
27
+ accelerate>=0.20.0
28
+ datasets>=2.14.0
29
+ evaluate>=0.4.0
30
+ peft>=0.4.0
31
+ bitsandbytes>=0.41.0
32
+ safetensors>=0.3.0
33
+ tokenizers>=0.13.0
34
+ sentencepiece>=0.1.99
35
+ protobuf>=4.23.0
36
+ pyyaml>=6.0
37
+ requests>=2.31.0
38
+ aiohttp>=3.8.0
39
+ httpx>=0.24.0