salomonsky commited on
Commit
dfecf4c
·
verified ·
1 Parent(s): 39cc871

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -12
requirements.txt CHANGED
@@ -1,12 +1,22 @@
1
- flask==2.0.1
2
- flask-cors==3.0.10
3
- google-generativeai==0.3.0
4
- python-dotenv==1.0.0
5
- requests==2.31.0
6
- pyyaml==6.0.1
7
- huggingface_hub==0.20.1
8
- transformers==4.36.2
9
- torch==2.1.2
10
- soundfile==0.12.1
11
- webrtcvad==2.0.10
12
- numpy==1.24.3
 
 
 
 
 
 
 
 
 
 
 
1
+ flask==2.3.3
2
+ flask-socketio==5.3.6
3
+ google-generativeai==0.3.1
4
+ anthropic==0.7.7
5
+ huggingface-hub==0.19.4
6
+ python-dotenv==1.0.0
7
+ requests==2.31.0
8
+ pyyaml==6.0.1
9
+ numpy==1.24.3
10
+ pandas==2.0.3
11
+ python-engineio==4.8.0
12
+ python-socketio==5.10.0
13
+ websockets==11.0.3
14
+ sounddevice==0.4.6
15
+ soundfile==0.12.1
16
+ scipy==1.10.1
17
+ librosa==0.10.1
18
+ pynput==1.7.6
19
+ webrtcvad==2.0.10
20
+ edge-tts==6.1.9
21
+ voicerss-tts==1.0.6
22
+ ngrok==0.12.1