• Stars
    star
    433
  • Rank 100,464 (Top 2 %)
  • Language
    Jupyter Notebook
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.