Found 845 repositories(showing 30)
kairess
COVID-19 Mask Detection from Faces using CNN
yanuarakhid
Implementation of CNN (CONVOLUTIONAL NEURAL NETWORK) For Face Mask Detection Using (Python + Keras + Flask + Bootstrap) Web Based
An automated Face Mask detection system and age prediction with Email Authentication is built using the Deep Learning technique called Convolutional Neural Networks (CNN).
theAdarshSrivastava
Face_mask_detection using VGG19 CNN Architecture.
bighneshpati
During pandemic COVID-19, WHO has made wearing masks compulsory to protect against this deadly virus. In this project we will develop a machine learning project – Real-time Face Mask Detector with Python.
olyadboka
No description available
No description available
imcalledaditi
This project demonstrates the implementation of a Convolutional Neural Network (CNN) to detect whether individuals are wearing face masks. The system processes images and classifies them into two categories: With Mask and Without Mask.
ankitkumar174
Face Mask detection using CNN model in Tensor Flow
ashwiniumande02-lab
A Python project using TensorFlow and OpenCV to detect if a person is wearing a mask through a webcam. A CNN (MobileNetV2) model classifies faces as “MASK” or “NO MASK” in real time, displaying results with colored boxes. Keywords: Python, TensorFlow, OpenCV, CNN, Face Mask Detection.
The project face mask detection system built using Python, TensorFlow, and OpenCV. It leverages a Convolutional Neural Network (CNN) to accurately classify whether a person is wearing a mask or not.
This project comprises of hybrid model of LBPH, CNN and frontal_haascade model. Frontal Haarcascade is used for face detection from the image, LBPH(Local Binany Pattern Histogram) is used for face recognition and CNN is used for face mask detection system. mySQL database is used to store the records of employee, which is used while recognizing face. Flask framework is used to build front-end.
RohullahAkbari
In this project, I use CNN for train my model in kaggle.com in this link (https://www.kaggle.com/rohullahakbari12/face-mask-detection/edit) and download the 32th epoch of that from kaggle.com and use it in real time.
JatinSadhwani02
I have implemented a Face Mask Detection using the Convolution Neural Network. This project will detect your face with a mask or without mask. If the mask is on your face then it’ll give a result “Mask” and if the mask is not on your face then it’ll give “No Mask”.
devanshukd04
Face mask detection project developed using CNN to ensure people wear masks.
aakash1552005
No description available
DeeptiKiran
No description available
rtanu1999
No description available
No description available
DarrenCarvalho
Face Mask Detection using CNN and OpenCV
kennedynjoroge
An embedded intelligent system to detect at real time if a person is wearing a mask or not.
Amit288
Face Mask Detection Using CNN And openCV
tig-ndi
Face mask detection using CNNs with TensorFlow on 7.5K+ labeled images. Achieved 96% validation accuracy with visual predictions.
00Enkidu
Face Mask Detection using a custom Convolutional Neural Network (CNN). This project preprocesses images, builds and trains a CNN from scratch, and achieves high accuracy on detecting whether a person is wearing a face mask. Includes code, model details, training logs, and result visualizations.
tregtyu78
Convolutional Neural Network(CNN)🧠 for a Face Mask Detection 😷 web application based on Computer Vision 🤖 and Deep Learning, created using OpenCV, Flask 🌶 , and Tensorflow/Keras.
Rupesh-02
This project is a real-time face mask detection system built using TensorFlow/Keras and OpenCV. It detects whether a person is wearing a face mask by using a trained Convolutional Neural Network (CNN). The system is designed for use in public safety applications such as entrance monitoring, smart surveillance, and healthcare facilities.
TLILIFIRAS
Real-time face mask detection is an essential application in the current scenario to ensure public safety. This project aims to develop a deep learning model using Convolutional Neural Networks (CNNs) to detect whether individuals are wearing face masks or not in a live video feed. The model will be deployed into a web application using Django
LathaSree27
Face Mask Detector is used to automate the detection of face mask using images captured from a thermal camera. The problem is posed as a binary classification problem, wherein the input face image needs to be classified as with mask or without mask. Transfer learning is used for classification, wherein deep CNN model, MobileNetV2, is trained on a dataset of thermal face images with mask and without mask. The steps for building model are collecting the data, pre-processing, split the data, training the model, testing the model, and implement the model. The dataset is prepared using lepton FLIR camera interfaced to a Raspberry pi board. The built model can now detect people who are wearing a face mask and not wearing with an accuracy of 97 percent.
a3mkader
This project aims to detect face masks on a video feed or saved images using Deep Learning and Object Detection. TensorFlow and Keras were used to build a CNN model to detect face masks and it was trained on a dataset of 1315 images. Developed an Web GUI named “MaskDetection” and also developed on a Raspberry pi where the user can monitor the violations.
arpithaananth
Face Mask Detection with CNN using OpenCV and Keras