Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow
|
2 |
+
Keras
|
3 |
+
scikit-learn
|
4 |
+
numpy
|
5 |
+
h5py
|
6 |
+
opencv-python
|
7 |
+
matplotlib
|