Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ansub/mask-detection
- Owner: Ansub
- Created: 2021-04-25T16:27:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T08:32:50.000Z (over 3 years ago)
- Last Synced: 2024-12-15T01:34:08.759Z (20 days ago)
- Topics: keras, numpy, opencv, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Notebooksand there you have it. a working model which can detect the faces using webcam.
Made with ❤ by Ansub Khan in April 2021