Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
tensorflow>=2.8.0
|
| 3 |
+
opencv-python
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
matplotlib
|