Skip to content

A system which will see and notify about wearing of mask.

Notifications You must be signed in to change notification settings

princ1211/ESPY-Mask_Detect

Repository files navigation

MaskDetect

A program to detect faces wearing or not wearing mask. A basic model using python libraries such as tensorflow and transfer learning to detect masked faces through webcam.

Links Visit Website

Program Description

Google Colab

Starting off, we use google colab as it helps us to use google services and while we are using it, we need not have to install several libraries in the local system as well as it allocates GPU which help the smooth implementation of the code.

Tensorflow- MobileNetV2

For training of our model, we used Tensorflow as it offers a very high level and abstract approach to organizing low-level numerical programming.

Dataset

We have used around 1600 images combined of people wearing masks and of without masks. These all images along with the model and all the files are saved and extracted from google drive in order to give the user facility to use cloud services.

The Flow of the projects is as follows:

  1. Data augmentation
  2. Loading the MobilNetV2 classifier
  3. Building a new fully-connected (FC) head
  4. Pre-processing
  5. Loading image data

Images

Not wearing Mask

Wearing Mask

Group Members

  1. Staveta
  2. Uday
  3. Tushar
  4. Prince
  5. Siddharth
  6. Samyak

Hope u Enjoyed it!

About

A system which will see and notify about wearing of mask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published