Spaces:
Build error
Build error
added requirements.txt file
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
#
|
| 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 |
-
#
|
| 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
|