All Projects → Karan-Malik → FaceMaskDetector

Karan-Malik / FaceMaskDetector

Licence: MIT license
Real time face-mask detection using Deep Learning and OpenCV

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FaceMaskDetector

COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+15.09%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (-73.58%)
Mutual labels:  coronavirus, covid-19, covid19
Covid19india React
Tracking the impact of COVID-19 in India
Stars: ✭ 6,847 (+6359.43%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (-55.66%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (-64.15%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-82.08%)
Mutual labels:  coronavirus, covid-19, covid19
Cwa Server
Backend implementation for the Apple/Google exposure notification API.
Stars: ✭ 1,776 (+1575.47%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-76.42%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (-66.98%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (-59.43%)
Mutual labels:  coronavirus, covid-19, covid19
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-83.96%)
Mutual labels:  coronavirus, covid-19, covid19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (-56.6%)
Mutual labels:  coronavirus, covid-19, covid19
Projeto-EAR-Celso
e-AR - Emergency Ventilator
Stars: ✭ 17 (-83.96%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-CaseStudy-and-Predictions
This repository is a case study, analysis and visualization of COVID-19 Pandemic spread along with prediction models.
Stars: ✭ 90 (-15.09%)
Mutual labels:  coronavirus, covid-19, covid19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-87.74%)
Mutual labels:  coronavirus, covid-19, covid19
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+1387.74%)
Mutual labels:  coronavirus, covid-19, covid19
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (-46.23%)
Mutual labels:  coronavirus, covid-19, covid19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+11.32%)
Mutual labels:  coronavirus, covid-19, covid19
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+2091.51%)
Mutual labels:  coronavirus, covid-19, covid19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (-73.58%)
Mutual labels:  coronavirus, covid-19, covid19

Face-Mask Detector

Real time face-mask detection using Deep Learning and OpenCV

About Project

This project uses a Deep Neural Network, more specifically a Convolutional Neural Network, to differentiate between images of people with and without masks. The CNN manages to get an accuracy of 98.2% on the training set and 97.3% on the test set. Then the stored weights of this CNN are used to classify as mask or no mask, in real time, using OpenCV. With the webcam capturing the video, the frames are preprocessed and and fed to the model to accomplish this task. The model works efficiently with no apparent lag time between wearing/removing mask and display of prediction.

The model is capable of predicting multiple faces with or without masks at the same time

Working

With Mask

image

No Mask

image

Dataset

The data used can be downloaded through this link or can be downloaded from this repository as well (folders 'test' and 'train'). There are 1314 training images and 194 test images divided into two catgories, with and without mask.

How to Use

To use this project on your system, follow these steps:

1.Clone this repository onto your system by typing the following command on your Command Prompt:

git clone https://github.com/Karan-Malik/FaceMaskDetector.git

followed by:

cd FaceMaskDetector
  1. Download all libaries using::
pip install -r requirements.txt
  1. Run facemask.py by typing the following command on your Command Prompt:
python facemask.py

The Project is now ready to use !!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].