Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 492 Bytes

Mask-Detection

Web Application that detects whether the end user is wearing a mask or not. (submission for hvtechfest)

Technologies used

  • Tensorflow Keras API
  • Numpy
  • OpenCV
  • Flask

Deep learning

The model for the face detection was already pretrained with a dataset of people wearing/not wearing masks.

Run Instructions

  1. cd app/model
  2. python3 app.py
  3. Navigate to localhost:8000 in your browser