The inspiration for this was taken from Adrian Rosebrock (PyImageSearch). This project aims to detect whether a person is wearing a mask or not. It is implemented in Python using Keras and OpenCV.
In the COVID-19 crisis wearing masks is absolutely necessary for public health and controlling the spread of the pandemic. So, what if we could have a system that could monitor and supervise people complying with the safety measures like wearing of the masks. Currently, there is no efficient face mask detection applications available for ensuring public safety.
There are a few different datasets available for this project on the internet, I have used the one from Prajna. Here is the google drive link for the dataset - Click to Download.
- A number of issues will be created for improving the model and for performing various tasks related to the project on the the Real-Time-Face-Mask-Detector repository.
- Descriptive codes (with appropriate comments) written in PEP - 8 format are encouraged.
- Before starting your work on an issue, do comment something of the sort "I want to work on this". But remember, not all PRs would be accepted for an issue.
- Create a new branch while working whenever possible.
- It is a request to not make the changes in the given code file, rather name the file for each issue as
<ISSUE No._YOUR-ROLL-NO>
. If you are submitting the code inIPYNB
format, make sure you link Google Colab so it can run on it easily.