Segizu commited on
Commit
0d11749
·
1 Parent(s): e1add18
Files changed (2) hide show
  1. apt.txt +2 -4
  2. requirements.txt +7 -4
apt.txt CHANGED
@@ -1,6 +1,4 @@
1
  cmake
2
- libboost-python-dev
3
- libboost-thread-dev
4
  libgtk-3-dev
5
- libopenblas-dev
6
- liblapack-dev
 
1
  cmake
2
+ libboost-all-dev
 
3
  libgtk-3-dev
4
+ build-essential
 
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- streamlit
2
  gradio
3
- opencv-python-headless
4
  numpy
5
  Pillow
6
- dlib
7
- face_recognition
 
 
 
 
 
 
 
1
  gradio
 
2
  numpy
3
  Pillow
4
+ opencv-python-headless
5
+
6
+ # Usa face_recognition desde GitHub
7
+ git+https://github.com/ageitgey/face_recognition.git
8
+
9
+ # Asegura versión de dlib
10
+ dlib==19.24.0