The web app takes an image of a person as input and returns whether the person is wearing a mask or not.
- Python
- Numpy
- Tensorflow
- OpenCV-Python
- Detecting face mask using an image, can also be extended to detect it in a video stream
- Detecting if many people in a crowd are wearing masks or not
- Confidence is calcuated (probability associated with the detection) and threshold can be customized to filter out weak detections





