Spaces:
Runtime error
Runtime error
Henry Lydecker
commited on
Commit
•
7b61da5
1
Parent(s):
d70cad8
Add requirements file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pip install -r requirements.txt
|
2 |
+
|
3 |
+
# Requirements for are you wearing a mask
|
4 |
+
# A YOLOv5 powered face mask decector Gradio application
|
5 |
+
|
6 |
+
gradio
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
+
numpy
|
10 |
+
pillow
|