Elliot89 commited on
Commit
9b4ffba
·
verified ·
1 Parent(s): d993a39

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -3
requirements.txt CHANGED
@@ -1,14 +1,22 @@
1
  Flask==3.0.0
 
2
  pandas==2.1.4
3
  numpy==1.26.2
4
  opencv-python-headless==4.8.1.78
5
  librosa==0.10.1
6
  soundfile==0.12.1
7
  torch==2.1.1
 
 
8
  transformers==4.36.2
9
- tensorflow==2.15.1
10
- keras==2.15.0
11
- deepface==0.0.92
12
  pydub==0.25.1
13
  Pillow==10.1.0
14
  audioread==3.0.1
 
 
 
 
 
 
 
 
 
1
  Flask==3.0.0
2
+ gunicorn==21.2.0
3
  pandas==2.1.4
4
  numpy==1.26.2
5
  opencv-python-headless==4.8.1.78
6
  librosa==0.10.1
7
  soundfile==0.12.1
8
  torch==2.1.1
9
+ torchvision==0.16.1
10
+ torchaudio==2.1.1
11
  transformers==4.36.2
 
 
 
12
  pydub==0.25.1
13
  Pillow==10.1.0
14
  audioread==3.0.1
15
+
16
+ # --- CRITICAL: TensorFlow, Keras, and DeepFace Compatibility Fix ---
17
+ tensorflow==2.15.1
18
+ keras==2.15.0
19
+ deepface==0.0.92
20
+ mtcnn==0.1.1
21
+ retina-face==0.0.13
22
+ # -------------------------------------------------------------