Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +11 -0
requirement.txt
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
pandas
|
| 3 |
+
keras
|
| 4 |
+
streamlit
|
| 5 |
+
scikit-learn
|
| 6 |
+
matplotlib
|
| 7 |
+
tensorflow==2.12.0
|
| 8 |
+
Pillow
|
| 9 |
+
seaborn
|
| 10 |
+
mlxtend
|
| 11 |
+
sympy
|