leo861 commited on
Commit
6dce36e
·
verified ·
1 Parent(s): 21ed254

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ python-multipart==0.0.6
4
+ numpy==1.21.2
5
+ pandas==1.3.3
6
+ scikit-learn==0.24.2
7
+ joblib==1.1.0
8
+ torch==1.9.0
9
+ tensorflow==2.9.1
10
+ huggingface_hub==0.19.4
11
+ flask-socketio==5.1.1
12
+ firebase-admin==5.0.0
13
+ gunicorn==20.1.0
14
+ gevent-websocket==0.10.1
15
+ numpy==1.21.2
16
+ pandas==1.3.3
17
+ scikit-learn==0.24.2
18
+ python-dotenv==0.19.0
19
+ requests==2.26.0
20
+ libsndfile1==0.0.0 # Required for audio processing
21
+ pyrebase4==4.8.0 # Firebase Python wrapper
22
+ python-engineio==4.2.1
23
+ python-socketio==5.4.0
24
+ eventlet==0.33.0 # Required for WebSocket support