Face_Mask_Detection

Face Mask Detection system is 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.

#Steps to run Project

  1. Git clone https://github.com/pratikchaudhari007/Face_Mask_Detection.git
  2. cd Face_Mask_detection
  3. pip install -r requirement.txt
  4. python detect_mask_video.py for real time video streams

for testing the web application

  1. python app.py
  2. streamlit run .\app.py

image

image