Skip to content

rakib1521/Face-Mask-Detection

Repository files navigation

Face Mask Detection

This model can identify if some one wearing mask from image. this is a binary classification model. created using tensorflow and keras.

Here a Convolutional Neural Network is used to recognize face mask.

A convolutional neural network is one of the main categories to do images recognition, images classifications. Objects detections recognize faces, etc., are some of the areas where CNNs are widely used. In this model, there are 4 convolution layer followed boy max-pooling layer and in each layer.

  • Stride: 1
  • Padding: valid
  • activation : Relu

After 4 convolution layer, there is a flatten layer then there is 5 fully connected dense layer.

  • Activation :Relu

In the output layer as there is two output as it is a binary classification and activation is sigmoid.

Summary of Model:

Summary of Model

Training and validation accuracy:

accuracy

Training and validation loss:

loss

output:

result

About

This model can identify if some one wearing mask from image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published