Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests>=2.27,<3
|
2 |
+
opencv-python==4.9.0.80
|
3 |
+
streamlit==1.29.0
|
4 |
+
streamlit-aggrid
|
5 |
+
plotly
|
6 |
+
streamlit-option-menu
|
7 |
+
pandas==2.2.2
|
8 |
+
numpy==1.26.4
|
9 |
+
tensorflow==2.15.0
|
10 |
+
matplotlib==3.8.4
|
11 |
+
seaborn==0.13.2
|
12 |
+
scikit-learn==1.4.2
|
13 |
+
imbalanced-learn==0.12.2
|
14 |
+
tensorflow==2.15.0
|