Skip to content

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras

License

Notifications You must be signed in to change notification settings

AnujK2901/Face-Mask-Detection

ย 
ย 

Repository files navigation

Face Mask Detection

Face Mask Detection System built with OpenCV, Keras/TensorFlow using Deep Learning and Computer Vision concepts in order to detect face masks in static images as well as in real-time video streams.

ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  Python contributions welcome Forks Stargazers Issues LinkedIn

ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  Live Demo

๐Ÿ‘‡ Support me here!

Buy Me A Coffee

๐Ÿ˜‡ Motivation

Amid the ongoing COVID-19 pandemic, there are no efficient face mask detection applications which are now in high demand for transportation means, densely populated areas, residential districts, large-scale manufacturers and other enterprises to ensure safety. The absence of large datasets of โ€˜with_maskโ€™ images has made this task cumbersome and challenging.

PPT and Project Report sharing costs โ‚น1000 ($15)

If interested, contact me at chandrikadeb7@gmail.com

โŒ› Project Demo

๐ŸŽฅ YouTube Demo Link

๐Ÿ’ป Dev Link

Already deployed version

โš ๏ธ TechStack/framework used

โญ Features

Our face mask detector doesn't use any morphed masked images dataset and the model is accurate. Owing to the use of MobileNetV2 architecture, it isย computationally efficient, thus making it easier to deploy the model to embedded systems (Raspberry Pi, Google Coral, etc.).

This system can therefore be used in real-time applications which require face-mask detection for safety purposes due to the outbreak of Covid-19. This project can be integrated with embedded systems for application in airports, railway stations, offices, schools, and public places to ensure that public safety guidelines are followed.

๐Ÿ“ Dataset

The dataset used can be downloaded here - Click to Download

This dataset consists ofย 4095 imagesย belonging to two classes:

  • with_mask: 2165 images
  • without_mask: 1930 images

The images used were real images of faces wearing masks. The images were collected from the following sources:

๐Ÿ”‘ Prerequisites

All the dependencies and required libraries are included in the file requirements.txt See here

๐Ÿš€ย  Installation

  1. Clone the repo
$ git clone https://github.com/chandrikadeb7/Face-Mask-Detection.git
  1. Change your directory to the cloned repo
$ cd Face-Mask-Detection
  1. Create a Python virtual environment named 'test' and activate it
$ virtualenv test
$ source test/bin/activate
  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required
$ pip3 install -r requirements.txt

๐Ÿ’ก Working

  1. Open terminal. Go into the cloned project directory and type the following command:
$ python3 train_mask_detector.py --dataset dataset
  1. To detect face masks in an image type the following command:
$ python3 detect_mask_image.py --image images/pic1.jpeg
  1. To detect face masks in real-time video streams type the following command:
$ python3 detect_mask_video.py 

๐Ÿ”‘ Results

Our model gave 98% accuracy for Face Mask Detection after training via tensorflow-gpu==2.5.0

Open In Colab

We got the following accuracy/loss training curve plot

Streamlit app

Face Mask Detector webapp using Tensorflow & Streamlit

command

$ streamlit run app.py 

Images

Upload Images

Results

๐Ÿ‘ And it's done!

Feel free to mail me for any doubts/query :email: chandrikadeb7@gmail.com


Internet of Things Device Setup

Expected Hardware

Getting Started

Raspberry Pi App Installation & Execution

Run these commands after cloning the project

Commands Time to completion
sudo apt install -y libatlas-base-dev liblapacke-dev gfortran 1min
sudo apt install -y libhdf5-dev libhdf5-103 1min
pip3 install -r requirements.txt 1-3 mins
wget "https://raw.githubusercontent.com/PINTO0309/Tensorflow-bin/master/tensorflow-2.4.0-cp37-none-linux_armv7l_download.sh" less than 10 secs
./tensorflow-2.4.0-cp37-none-linux_armv7l_download.sh less than 10 secs
pip3 install tensorflow-2.4.0-cp37-none-linux_armv7l.whl 1-3 mins

๐Ÿ† Awards

Awarded Runners Up position in Amdocs Innovation India ICE Project Fair

๐Ÿ™‹ Cited by:

  1. https://osf.io/preprints/3gph4/
  2. https://link.springer.com/chapter/10.1007/978-981-33-4673-4_49
  3. https://ieeexplore.ieee.org/abstract/document/9312083/
  4. https://link.springer.com/chapter/10.1007/978-981-33-4673-4_48
  5. https://www.researchgate.net/profile/Akhyar_Ahmed/publication/344173985_Face_Mask_Detector/links/5f58c00ea6fdcc9879d8e6f7/Face-Mask-Detector.pdf

๐Ÿ‘ Appreciation

Seleted in Student Code-in

๐Ÿ‘ Credits

๐Ÿค Contribution

Please read the Contribution Guidelines here

Feel free to file a new issue with a respective title and description on the the Face-Mask-Detection repository. If you already found a solution to your problem, I would love to review your pull request!

๐Ÿค Our Contributors

๐Ÿ‘€ Code of Conduct

You can find our Code of Conduct here.

โค๏ธ Owner

Made with โค๏ธย  by Chandrika Deb

๐Ÿ‘€ License

MIT ยฉ Chandrika Deb

About

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • Python 2.0%