ADharsh22 commited on
Commit
ffb66b9
·
1 Parent(s): 2a3bad8

added requirements.txt file

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- # System/Platform Dependencies
2
- av==11.0.0
3
  numpy==1.26.4
 
4
  scikit-learn==1.3.2
5
 
6
- # Streamlit Core
7
  streamlit==1.28.0
 
8
 
9
- # WebRTC and CV/ML Libraries
10
- streamlit-webrtc==0.32.0
11
  opencv-python==4.8.1.78
12
  deepface==0.0.91
 
1
+ # Essential Dependencies
 
2
  numpy==1.26.4
3
+ av==11.0.0
4
  scikit-learn==1.3.2
5
 
6
+ # Streamlit Core & WebRTC (Compatible Pair)
7
  streamlit==1.28.0
8
+ streamlit-webrtc==0.32.0
9
 
10
+ # Computer Vision & Deep Learning (Stable Versions)
 
11
  opencv-python==4.8.1.78
12
  deepface==0.0.91