Viraj2307 commited on
Commit ·
d7c2fcc
1
Parent(s): 4e0cd14
Added Requirements
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ipykernel
|
| 2 |
+
numpy
|
| 3 |
+
pandas
|
| 4 |
+
matplotlib
|
| 5 |
+
scikit-learn
|
| 6 |
+
tensorflow
|
| 7 |
+
kagglehub
|
| 8 |
+
seaborn
|
| 9 |
+
imblearn
|
| 10 |
+
streamlit
|