Spaces:
Sleeping
Sleeping
apt
Browse files- apt.txt +6 -0
- requirements.txt +2 -2
apt.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cmake
|
2 |
+
libboost-python-dev
|
3 |
+
libboost-thread-dev
|
4 |
+
libgtk-3-dev
|
5 |
+
libopenblas-dev
|
6 |
+
liblapack-dev
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
gradio
|
3 |
-
face_recognition
|
4 |
opencv-python-headless
|
5 |
numpy
|
6 |
Pillow
|
7 |
-
dlib
|
|
|
1 |
streamlit
|
2 |
gradio
|
3 |
+
face_recognition==1.3.0
|
4 |
opencv-python-headless
|
5 |
numpy
|
6 |
Pillow
|
7 |
+
dlib==19.24.0
|