You are on page 1of 7

FACE MASK

DETECTION
GROUP:B1
FLOW OF PROJECT

INSTALLING DATA
DATA SET
THE LIBARIES PROCESSING

RUN AND
END PROJECT VIEW THE TRAINING
ACCURACY
TENSOR >=1.15.2 :Tensorflow is used for Image Recognition.

Imutils == 0.5.3 : A series of convenience functions to make basic image processing functions such
as translation, rotation, resizing, skeletonization, and displaying

Keras ==2.3.1 :to make the implementation of neural networks easy

INSTALLING NUMPY ==1.18.2 : NumPy can be used to perform a wide variety of mathematical operations on
arrays

LABRARIES OPENCV == 4.2.0 : OpenCV is a great tool for image processing and performing computer vision
tasks.

MATPLOTLIB ==3.2.1:Matplotlib is a cross-platform, data visualization and graphical plotting


library

ARGPARSE == 1.1 The argparse module in Python helps create a program in a command-line-


environment in a way that appears not only easy to code but also improves interaction

SCIPY : It is used for scientific and mathematical problem solving


Two floders will be created

1) with mask: it will contain all


Data sets the masked image

2) without mask: will contain


images without mask
Create a file

Create two list

Data processing
One named as data to input array of
images

Second label to input all the image ,


with and without mask
1) For training we will use mobilnet method
(MobileNet is a type of convolutional neural
network designed for mobile and embedded
vision applications. )

Training and run Run and test :


and view

Using matpotlib we can generate graph of


model to check the accuracy of the model
This Photo by Unknown Author is licensed under CC BY-NC

You might also like