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.
- Host: GitHub
- URL: https://github.com/prahaladhchandrahasan/facemask_detector
- Owner: prahaladhchandrahasan
- Created: 2020-11-09T18:42:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T04:56:01.000Z (over 4 years ago)
- Last Synced: 2024-07-15T21:59:55.178Z (10 months ago)
- Topics: keras, mobilenetv2, numpy, opencv-python, tensorflow, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 9.62 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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