petermutwiri commited on
Commit
029829f
·
1 Parent(s): 64c643e

Upload requirements.txt

Browse files

This file holds the dependencies needed to run the API

Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ pydantic
3
+ joblib
4
+ pandas
5
+ numpy
6
+ uvicorn
7
+ scikit-learn
8
+ plotly
9
+ imbalanced-learn
10
+ scikit-learn