Spaces:
Runtime error
Runtime error
sandrocalzada
commited on
Commit
·
1a697a4
1
Parent(s):
ef694c0
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
face_recognition @ git+https://github.com/thetoby9944/face_recognition
|
2 |
+
face_recognition_models
|
3 |
+
insightface==0.7.3
|
4 |
+
numpy
|
5 |
+
onnx==1.14.0
|
6 |
+
onnxruntime==1.15.1
|
7 |
+
opencv-python-headless==4.8.0.74
|
8 |
+
Pillow==9.2.0
|
9 |
+
streamlit==1.25.0
|