Spaces:
Runtime error
Runtime error
Commit
·
81c650a
1
Parent(s):
fd8166e
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Base ----------------------------------------
|
2 |
+
matplotlib>=3.2.2
|
3 |
+
numpy>=1.22.3
|
4 |
+
opencv-python-headless>=4.5.5.64
|
5 |
+
Pillow>=7.1.2
|
6 |
+
PyYAML>=5.3.1
|
7 |
+
deepface
|
8 |
+
gradio>=3.0.3
|
9 |
+
dlib
|
10 |
+
retina-face
|