Skip to content

This is a simple python code which uses deep learning to detect whether a person is wearing a face mask or not.

Notifications You must be signed in to change notification settings

DivyaMunot/Face-mask-detection-with-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-mask-classification-with-tensorflow

This project aims to detect whether or not a person is wearing a face mask.The image input which you give to the system will be analyzed and the predicted result will be given as output.

Conceptual Framework:

The project is entirely implemented using Python3.

The Conceptual Framework involved is mainly: Keras – Tensorflow backend

Model

I have built a model consisting of 5 convolutions and 5 max pooling layers, with ReLU as the activation function.

model.summary()

alt text

Accuracy

I achieved the training accuracy of 96.47%.

accuracy loss

Find the code here: https://github.com/DivyaMunot/Face-mask-detection-with-tensorflow/blob/master/face_mask_detect.py

About

This is a simple python code which uses deep learning to detect whether a person is wearing a face mask or not.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages