Spaces:
Sleeping
Sleeping
Rename requirements to requirements.txt
Browse files- requirements +0 -11
- requirements.txt +16 -0
requirements
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
tensorflow==2.13.0
|
2 |
-
numpy==1.23.5
|
3 |
-
pandas==1.5.3
|
4 |
-
matplotlib==3.7.1
|
5 |
-
opencv-python==4.8.0.76
|
6 |
-
scikit-learn==1.3.0
|
7 |
-
streamlit==1.27.0
|
8 |
-
opencv-python==4.8.0.76
|
9 |
-
grad-cam==1.4.6
|
10 |
-
base64
|
11 |
-
tf_keras_vis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
opencv-python==4.8.0.76
|
4 |
+
grad-cam==1.4.6
|
5 |
+
base64
|
6 |
+
tf_keras_vis
|
7 |
+
streamlit==1.41.1
|
8 |
+
tensorflow==2.18.0
|
9 |
+
torchvision==0.15.2
|
10 |
+
pandas==2.0.3
|
11 |
+
numpy==1.26.0
|
12 |
+
torch==2.0.1
|
13 |
+
scikit-learn==1.3.0
|
14 |
+
Pillow==9.5.0
|
15 |
+
matplotlib==3.8.0
|
16 |
+
jinja2==3.1.2
|