willco-afk commited on
Commit
07a2bc4
·
verified ·
1 Parent(s): 08373c9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.14.1
2
+ transformers==4.29.0
3
+ torch==2.1.0
4
+ tensorflow==2.12.0
5
+ scikit-learn==1.2.1
6
+ pandas==1.5.3
7
+ numpy==1.24.1
8
+ matplotlib==3.7.0
9
+ requests==2.28.2
10
+ flask==2.2.3
11
+ fastapi==0.95.1
12
+ uvicorn==0.22.0
13
+ gunicorn==20.1.0
14
+ pillow==9.4.0