Face Mask Detection

Contents

About

It is a deep learning model and aims to detect whether the person is wearing mask or not.

  • This model has an accuracy about 93%(approx).
  • It sent an alert mail if without mask is detected.

Dataset

Libraries Used

  • OpenCV
  • Matplotlib
  • Numpy
  • Pandas
  • Sklearn
  • Tensorflow
  • Smtplib

Algorithm used.

I have used Convulational Neural Network which is a deep learning algorithm to train the model.

Notebooks and their links

Implementation tool

I used Jupyter Notebook to implement all these files for this model.

Result

This model gave 93% accuracy to detect face without mask after training via tensorflow-gpu==2.0.0

Author

  • Ritik Meena