Spaces:
Runtime error
Runtime error
add requirements file
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
opencv-python
|
11 |
+
seaborn
|