David Driscoll commited on
Commit
02a025d
·
1 Parent(s): 82ce52c

Add moviepy to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -5
requirements.txt CHANGED
@@ -1,11 +1,23 @@
1
- gradio
2
  torch
3
  torchvision
4
- opencv-python
5
- numpy
6
- mediapipe
7
- Pillow
8
  fer
9
  mtcnn
 
 
 
 
10
  moviepy==1.0.3
 
 
 
 
11
  matplotlib
 
 
 
 
 
 
 
 
1
+ # Core ML + Vision
2
  torch
3
  torchvision
4
+ tensorflow
 
 
 
5
  fer
6
  mtcnn
7
+ facenet-pytorch
8
+
9
+ # Video/Image Processing
10
+ opencv-python
11
  moviepy==1.0.3
12
+ imageio-ffmpeg
13
+ ffmpy
14
+ pillow
15
+ numpy
16
  matplotlib
17
+ scipy # often required under the hood (e.g. jax, mediapipe might need it)
18
+
19
+ # MediaPipe for posture/face detection
20
+ mediapipe
21
+
22
+ # Gradio for the web interface
23
+ gradio