https://github.com/suyashsonawane/mask-detector
A classifier built with TensorFlow2.0 which can predict wheather the subject is wearing mask or not, the model is a Convolution Model with 98% accuracy.
https://github.com/suyashsonawane/mask-detector
cnn computer-vision tensorflow
Last synced: about 1 month ago
JSON representation
A classifier built with TensorFlow2.0 which can predict wheather the subject is wearing mask or not, the model is a Convolution Model with 98% accuracy.
- Host: GitHub
- URL: https://github.com/suyashsonawane/mask-detector
- Owner: SuyashSonawane
- Created: 2020-04-28T15:39:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T16:43:28.000Z (about 6 years ago)
- Last Synced: 2025-03-22T16:46:53.904Z (over 1 year ago)
- Topics: cnn, computer-vision, tensorflow
- Language: Jupyter Notebook
- Homepage: https://mask-detector.surge.sh/
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mask Detector
[](https://github.com/SuyashSonawane/Mask-Detector/blob/master/Mask_Detector.ipynb)
[](https://github.com/tensorflow)
[](https://lbesson.mit-license.org/)
[](https://github.com/SuyashSonawane/Mask-Detector)
Model is deployed with Tensorflow.js at [https://mask-detector.surge.sh/](https://mask-detector.surge.sh/)
A classifier built with TensorFlow2.0 which can predict wheather the subject is wearing mask or not, the model is a Convolution Model with 98% accuracy.
Dataset used [Mask Datasets V1](https://www.kaggle.com/ahmetfurkandemr/mask-datasets-v1) by [ahmetfurkandemr](https://www.kaggle.com/ahmetfurkandemr)
### Model Architecture
> 
### Visualizing graphs

