Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow==2.11.0
|
| 2 |
+
streamlit==1.20.0
|
| 3 |
+
numpy==1.24.2
|
| 4 |
+
pillow==9.4.0
|
| 5 |
+
opencv-python-headless==4.7.0.72
|
| 6 |
+
scikit-image==0.20.0
|
| 7 |
+
keras-applications==1.0.8
|
| 8 |
+
efficientnet==1.1.1
|