hlydecker commited on
Commit
25625ed
1 Parent(s): abb3630

add requirements file

Browse files
Files changed (1) hide show
  1. 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