#325 · Primary category: Computer Vision
Face-Mask-Detection
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)