An open API service indexing awesome lists of open source software.

https://github.com/prahaladhchandrahasan/facemask_detector

CNN which detects the presence of face mask.
https://github.com/prahaladhchandrahasan/facemask_detector

keras mobilenetv2 numpy opencv-python tensorflow tensorflow2

Last synced: about 2 months ago
JSON representation

CNN which detects the presence of face mask.

Awesome Lists containing this project

README

        

# FaceMask Detector
1. This is a binary classifier which detects the presence of a face mask.
2. The validation accuracy of this classifier is 0.987.
3. Dataset will be provided upon request.
4. Google colab was used to train the model.
5. You can install the dependencies by running the command
> $pip install -r requirements.txt