Spaces:
Sleeping
Sleeping
requirements v5
Browse filesremove moviepy and use alternative
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -19,9 +19,9 @@ tensorflow>=2.10.0,<2.16.0
|
|
19 |
scipy>=1.9.0,<2.0.0
|
20 |
matplotlib>=3.6.0,<4.0.0
|
21 |
|
22 |
-
# Face detection and emotion recognition
|
23 |
mtcnn>=0.1.1
|
24 |
-
|
25 |
|
26 |
# Additional dependencies that might be missing
|
27 |
requests>=2.28.0
|
|
|
19 |
scipy>=1.9.0,<2.0.0
|
20 |
matplotlib>=3.6.0,<4.0.0
|
21 |
|
22 |
+
# Face detection and emotion recognition (DeepFace instead of FER)
|
23 |
mtcnn>=0.1.1
|
24 |
+
deepface>=0.0.75
|
25 |
|
26 |
# Additional dependencies that might be missing
|
27 |
requests>=2.28.0
|