Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
numpy
|
3 |
-
opencv-python
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
streamlit
|
2 |
numpy
|
3 |
+
opencv-python-headless
|
4 |
+
tensorflow
|
5 |
+
keras
|
6 |
+
Pillow
|