abhicodes commited on
Commit
0e64ea7
1 Parent(s): 4b0949f

Upload 2 files

Browse files
Files changed (2) hide show
  1. body_language.pkl +3 -0
  2. requirements.txt +10 -0
body_language.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868ca17ddf789c90a9b44709dce5ec67ad173ea31ba9835237f98ad5881c422c
3
+ size 255814
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ opencv-python
2
+ transformers
3
+ pydub
4
+ faster_whisper
5
+ joblib
6
+ mediapipe
7
+ numpy
8
+ pandas
9
+ moviepy
10
+ scikit-learn