Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 836 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 836 Bytes

Mask Classifier

Coronavirus has now become the talk of the town, Like most people in the world right now are suffering badly and everyday thousand's of people are dying because of COVID-19, I’m genuinely concerned about them. So, Instead of sitting idle and let negative thoughts grow day by day,I decided to do what I do best .In the above project i used webscrapped data with classes people wearing mask and no mask and trained a resent 50. then i used the model to predict on a webcam feed

Installation:

All the required installation are mentioned in the requirements.txt

Usage:

Step 1:training the model with the appropriate data with training.ipynb, downloading the model weights.

Step 2:add the model weight in label.py program and execute it.

Step 3:finally run webcam.py, the webcam output gets saved as out.mp4.