zforkash commited on
Commit
bc2f479
·
verified ·
1 Parent(s): 06ba967
Files changed (1) hide show
  1. requirments.txt +6 -5
requirments.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit
2
- opencv-python-headless
3
- mediapipe
4
- numpy
5
- scikit-learn
 
6
 
 
1
+ streamlit==1.24.0
2
+ opencv-python-headless==4.8.0.76
3
+ mediapipe==0.10.3
4
+ numpy==1.24.3
5
+ streamlit-webrtc==0.47.1
6
+ av==10.0.0
7