Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ansub/mask-detection

A Mask Detection Application using Keras/TensorFlow and OpenCV.
https://github.com/ansub/mask-detection

keras numpy opencv python tensorflow

Last synced: 14 days ago
JSON representation

A Mask Detection Application using Keras/TensorFlow and OpenCV.

Awesome Lists containing this project

README

        

# Mask Detection
seeing the increase in the covid-19 cases and the lack of social distancing and usaage of Mask, i made a mask detecting application using Keras/tensorflow and OpenCV.this can detect whether people are wearing face mask or not. If they are wearing it, green square will appear on their face, if they are not wearing it then red square will appear on their face.

## Requirements
- Tensorflow
- CV2
- NumPY
- MobileNetV2

## Installation
- Clone the repository
```bash
git clone [email protected]:Ansub/mask-detection.git
```
- Download the trained model and dataset from Here

## Usage
- install the requirements
- download the dataset and put all of them inside the cloned folder
- assgined the path inside the notebook of the files required
- run mask_detection.ipynb in Juypter Notebooks

and there you have it. a working model which can detect the faces using webcam.

Made with ❤ by Ansub Khan in April 2021