Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.24.3
|
| 2 |
+
opencv-python==4.8.1.78
|
| 3 |
+
opencv-contrib-python==4.8.1.78
|
| 4 |
+
protobuf==3.20.3
|
| 5 |
+
tensorflow==2.13.0
|
| 6 |
+
keras==2.13.1
|
| 7 |
+
mediapipe==0.10.7
|
| 8 |
+
cvzone==1.5.6
|
| 9 |
+
Pillow==10.1.0
|
| 10 |
+
pyenchant==3.2.2
|
| 11 |
+
typing-extensions==4.5.0
|