Niharmahesh commited on
Commit
109c3da
·
verified ·
1 Parent(s): 5252e41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- streamlit
2
- opencv-python
3
- numpy
4
- mediapipe
5
- scikit-learn
6
- pandas
 
 
 
 
1
+ streamlit==1.24.0
2
+ opencv-python-headless==4.8.0.74
3
+ mediapipe==0.10.0
4
+ scikit-learn==1.3.0
5
+ numpy==1.24.4
6
+ pandas==1.5.3
7
+ joblib==1.3.2
8
+ streamlit-webrtc==0.45.0
9
+ av==10.0.0