Othniel74 commited on
Commit
1136f8d
1 Parent(s): af71135

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Flask==2.3.3
3
+ pandas==1.5.3
4
+ numpy==1.24.3
5
+ scikit-learn==1.2.2
6
+ imbalanced-learn==0.11.0
7
+ matplotlib==3.6.0
8
+ seaborn==0.12.2
9
+ joblib==1.3.2
10
+ plotly== 5.9.0
11
+ gunicorn==20.0.4
12
+ dice_ml==0.11
13
+ lime==0.2.0.1
14
+ yellowbrick==1.5
15
+ networkx == 2.8.4
16
+ python-louvain == 0.16