Giter VIP home page Giter VIP logo

face-mask-detection's Introduction

Face-Mask-Detection

Dataset link : https://www.kaggle.com/datasets/omkargurav/face-mask-dataset

Overview

This project aims to detect whether a person is wearing a face mask or not using deep learning techniques with TensorFlow and Keras. It utilizes a custom Convolutional Neural Network (CNN) architecture trained on a dataset consisting of 7553 RGB images labeled as 'with_mask' and 'without_mask'.

Dataset

The dataset contains 7553 RGB images categorized into two folders:

  • with_mask: Contains 3725 images of faces wearing masks.
  • without_mask: Includes 3828 images of faces without masks.

Model Architecture and Training

The model architecture comprises:

  • Input layer: (128, 128, 3)
  • Convolutional layers with ReLU activation
  • MaxPooling layers for down-sampling
  • Dropout layers to prevent overfitting
  • Dense layers with ReLU activation
  • Output layer with 'sigmoid' activation for binary classification
  • The model achieved a training accuracy of 94% and a validation accuracy of 96%.

To use the model for predictions:

  • Provide the path of the image to be predicted.
  • The model will analyze the image and predict whether the person is wearing a mask or not.

Results

The model's performance:

  • Training accuracy: 94%
  • Validation accuracy: 96%

face-mask-detection's People

Contributors

vivekchavan14 avatar

Stargazers

Abhay Gupta 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.