Skip to content

Mask Detection using Deep Learning. This repository contains code to train a model that can detect whether a person is wearing mask or not.

License

Notifications You must be signed in to change notification settings

balnarendrasapa/mask-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mask Detection

This project is about building a model that can detect if a person is wearing a mask or not. I build the model using pytorch in jupyter notebook. This project makes use of transfer-learning. I have used vgg19 pretrained model and added new layers on top of them and trained the resultant model.

Dataset

The dataset is taken from here which contains almost 12k images.

Running the project

Open In Colab

The project is developed in google colab as it provides a free T4-GPU with almost 15 gb of VRAM. click on the above badge to open the project in the google colab.

Result

image

Releases

No releases published

Packages

No packages published