SuriRaja commited on
Commit
d619bfe
·
verified ·
1 Parent(s): edd88f0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
  streamlit>=1.36
2
  numpy
3
- pandas
4
  opencv-python
5
  Pillow
 
6
 
7
- # For live camera video capture in the browser:
 
 
 
8
  streamlit-webrtc>=0.47.7
9
  av
10
  aiortc
 
1
  streamlit>=1.36
2
  numpy
 
3
  opencv-python
4
  Pillow
5
+ joblib
6
 
7
+ # Optional (face landmarks like your previous build)
8
+ mediapipe
9
+
10
+ # Live video capture from browser
11
  streamlit-webrtc>=0.47.7
12
  av
13
  aiortc