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

https://github.com/patelvivekdev/end-to-end-mask-detector

build deep learning model for mask detection
https://github.com/patelvivekdev/end-to-end-mask-detector

deeplearning machine-learning mask-detection opencv-python

Last synced: 12 months ago
JSON representation

build deep learning model for mask detection

Awesome Lists containing this project

README

          

# End-to-end-mask-detector
> Build deep learning model for mask detection

## Download Data

- [Kaggle](https://www.kaggle.com/andrewmvd/face-mask-detection)


## Use TensorFlow hub model
- [MobileNetV2](https://tfhub.dev/google/tf2-preview/mobilenet_v2/classification/4)


![Model](https://github.com/Vivek2509/End-to-end-mask-detector/blob/main/Model_Summary.png)


## Predicted image

![predicted](https://github.com/Vivek2509/End-to-end-mask-detector/blob/main/Prediction.png)

## Use OpenCV for real-time detection.

![With_mask](https://github.com/Vivek2509/End-to-end-mask-detector/blob/main/withmask.png)