Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
bc891ed
1
Parent(s):
be3d20c
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib>=3.3.4
|
2 |
+
numpy>=1.19.5
|
3 |
+
opencv-python>=4.5.5
|
4 |
+
pandas>=1.1.5
|
5 |
+
Pillow>=8.4.0
|
6 |
+
scipy>=1.5.4
|
7 |
+
torch>=1.10.1
|
8 |
+
torchvision>=0.11.2
|
9 |
+
git+https://github.com/elliottzheng/face-detection.git@master
|