priyanshu-bisht / FaceMaskDetection

Face Mask Detection Project made using HaarCascade frontal face detection classifier, OpenCV & Tensorflow in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘Ύ Face Mask Detection

  • In the time of Covid Pandemic WHO and Governments are enforcing people to follow some norms which aren't being followed by people. So to Keep a check on their and everyone's safety we could use this Face Mask Detection Technique.
  • This Project is made using the OpenCV & TensorFlow in Python.
  • Face Detection Classifier: Haarcascade.
  • Works on Images, Recorded Videos & Live Feed.

πŸ“¦ Prerequisites

πŸ’½ Models

  • model01 - Bigger Model (More Accurate)
  • model099 - Smaller Model (Less Accurate)
  • Haarcascade - Face Detection Model

🌊 Flow

  • Detect Face using Haarcascade.
  • Use the Trained Model to classify.

🐡 Demo

  • In a Video:

  • In an Image:

😡 How to

Made with ❀ by Priyanshu Bisht

About

Face Mask Detection Project made using HaarCascade frontal face detection classifier, OpenCV & Tensorflow in Python.

License:MIT License


Languages

Language:Jupyter Notebook 73.6%Language:Python 26.4%