Spaces:
Sleeping
Sleeping
Added Harcascade and requirements.txt
Browse files- haarcascade_frontalface_default.xml +0 -0
- requirements.txt +8 -0
haarcascade_frontalface_default.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
streamlit-webrtc
|
| 3 |
+
opencv-python
|
| 4 |
+
deepface
|
| 5 |
+
av
|
| 6 |
+
numpy
|
| 7 |
+
pandas
|
| 8 |
+
matplotlib
|