Web Application that detects whether the end user is wearing a mask or not. (submission for hvtechfest)
- Tensorflow Keras API
- Numpy
- OpenCV
- Flask
The model for the face detection was already pretrained with a dataset of people wearing/not wearing masks.
cd app/model
python3 app.py
- Navigate to
localhost:8000
in your browser