Spaces:
Sleeping
Sleeping
Commit ·
075ae39
1
Parent(s): 096287f
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
pandas
|
| 3 |
+
pickle
|
| 4 |
+
streamlit
|
| 5 |
+
sklearn
|
| 6 |
+
matplotlib
|
| 7 |
+
seaborn
|
| 8 |
+
imblearn
|