An open API service indexing awesome lists of open source software.

https://github.com/balnarendrasapa/mask-detection

Mask Detection using Deep Learning. This repository contains code to train a model that can detect whether a person is wearing mask or not.
https://github.com/balnarendrasapa/mask-detection

deep-learning mask-detection neural-network transfer-learning vgg19

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.kaggle.com/datasets/ashishjangra27/face-mask-12k-images-dataset) 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](https://github.com/balnarendrasapa/mask-detection/assets/61614290/694832af-2c82-4718-afe3-c5b93e9dd982)