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

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.

Awesome Lists containing this project

README

          

# Mask Detector
[![Version badge](https://img.shields.io/badge/Version-1.00-green)](https://github.com/SuyashSonawane/Mask-Detector/blob/master/Mask_Detector.ipynb)
[![Generic badge](https://img.shields.io/badge/TensorFlow-2.0-orange.svg)](https://github.com/tensorflow)

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](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
> ![](https://mask-detector.surge.sh/Annotation%202020-04-24%20111953.jpg)

### Visualizing graphs

![](https://mask-detector.surge.sh/acc.png)
![](https://mask-detector.surge.sh/loss.png)