Yhhxhfh commited on
Commit
bfa51b9
1 Parent(s): 81ca2c9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.95.0
2
+ uvicorn==0.22.0
3
+ redis==4.5.0
4
+ numpy==1.24.0
5
+ transformers==4.27.0
6
+ datasets==2.11.0
7
+ loguru==0.7.0
8
+ python-dotenv==1.0.0
9
+ scikit-learn==1.1.3