GithubHelp home page GithubHelp logo

hrithikppawar / face-mask-detection-using-vgg16 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.71 MB

In this notebook, I am going to make a Deep Learning model which can be used to detect a person is wearing a mask or not. We will use VGG16 architecture to train our model to get good accuracy. What is VGG16? We are not going to address that in this notebook, to know more about VGG16 you can follow this link.

Jupyter Notebook 100.00%
transfer-learning face-mask-detection deep-learning vgg16 computer-vision

face-mask-detection-using-vgg16's Introduction

Face Mask Detection Using VGG16 Architecture

Introduction

Due to this Covid-19 pandemic, the masks became lifesavers. Nowadays, in most places, masks are compulsory. So, we can take the compulsion as a problem statement for our computer vision project.

In this problem statement, we are trying to classify the images of the person in two classes with a mask and without a mask. So, to solve this classification problem we will use Supervised Machine Learning techniques.

Dataset

For the supervised machine learning problem, we will require labeled good quality data and here kaggle comes into the picture. Kaggle is a platform where Data Scientists play with the various datasets and provide some good quality datasets.

The dataset that we are going to use in this project is also from kaggle named Face Mask ~12K Images Dataset.

VGG16 architecture

In our problem statement, we are dealing with images. We need to use the Convolutional Neural Network (CNN) to train the image classification model. CNN contains many convolutional layers and many kernels for each layer. Values of these kernels changes to get the best possible prediction.

VGG16 Architecture is a winner of the 2014 Imagenet competition which means it is already trained on thousands of images and it has a good set of kernels. So, that's why we are going to use the VGG16 architecture to train our model with a good set kernel. Using weights of other pre-trained models for training new models on the new dataset is the concept of Transfer Learning.

face-mask-detection-using-vgg16's People

Contributors

hrithikppawar avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.