Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
-
TensorFlow 2.0+
|
3 |
-
Keras
|
4 |
scikit-learn
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
tensorflow
|
|
|
|
|
2 |
scikit-learn
|
3 |
+
numpy
|
4 |
+
matplotlib
|
5 |
+
pillow
|
6 |
+
opencv-python
|
7 |
+
huggingface-hub
|