yunusajib commited on
Commit
7cc56e9
·
verified ·
1 Parent(s): a55bd4f

requirements v5

Browse files

remove moviepy and use alternative

Files changed (1) hide show
  1. 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
- fer>=22.5.1
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