abhishek-kumar commited on
Commit
4361895
·
verified ·
1 Parent(s): 6516b5f

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ pandas==2.1.3
4
+ scikit-learn==1.3.2
5
+ joblib==1.3.2
6
+ python-multipart==0.0.6
7
+ pydantic==2.5.2