#325 · Primary category: Computer Vision

Face-Mask-Detection

bing-search caffe computer-vision covid-19 deep-learning face-mask face-mask-detection facemask-detection facemaskdetect hacktoberfest keras keras-tensorflow machine-learning mask-detection mask-detection-system mobilenetv2 python python-3 python3 ssd-mobilenet

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras

Project last updated:03/21/23

GitHub Stars

1.6K

Forks

854

Contributors

30

License

MIT

Why we included this project

Face mask detection is a solid entry point for computer vision, and this repository covers the route from training to deployment. A MobileNetV2 classifier trained on masked and unmasked face photos works with a Caffe-based face detector to label masks in still images, live webcam feeds, and a Streamlit interface. The code is organized as a clear pipeline: a training script, separate image and video detection scripts, and a Raspberry Pi setup for running the detector on low-cost hardware. That structure makes it a practical template for adapting a transfer-learning classifier to other visual inspection jobs, not just mask checks. Teams prototyping safety or occupancy monitoring systems will find the flow easier to follow than most research-oriented detection repos.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category