Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Face Mask Detection Sritam

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

"REAL TIME FACE MASK DETECTION"

A PROJECT SUBMITTED ON PARTIAL FULFILLMENT OF THE


REQUIREMENT FOR THE DEGREE OF
BACHELOR OF SCIENCE
IN
APPLIED BCA
BY

SRITAM BISWAL
Registration No- 200614100014

Centurion
UNIVERSITY
Shaping Lives...
Empowering communities…

UNDER THE GUIDANCE OF


Dr.Jayakishan Meher
Department of BCA
School of Applied Sciences

Centurion University of Technology and Management,


Balangir-767001

Year of submission 2021-2022


DECLARATION
I hereby declare that all the particulars mentioned here is
original and have done by me under the supervision of Dr.
Dr.Jayakishan Meher, Department of BCA, Centurion
University of Technology and Management, Balangir. I further
declare that this work has not been submitted elsewhere for the
award of any other degree.

Sritam
Date : Biswal
Regd.
Place: No. – Odisha
CUTM, 200614100014
BCA
Session: 2022-2023
CENTURION UNIVERSITY OF "TECHNOLOGY AND MANAGEMENT, ODISHA
(Estd. Under Odisha Legislature Act 4 of 2010 & U/S 2 (f) of UGC Act, 1956)
CENTURION IOOL OF APPLIED SCIENCES, BOLANGIR
Centurion JDCO Land Behind BSNL Bolangir-767001.Ph-06652-250555. Centurion Campos.
UNIVERSITY
happing lives.
Empowering Communities

CERTIFICATE

This is to certify that the dissertation entitled “REAL TIME

FACE MASK DETECTION” is being submitted by


Mr.SRITAM BISWAL for the award in BCA is carried out
by her under my supervision in the department of BCA,
School of Applied sciences, Centurion University, Bolangir,
Odisha, India. The result presented in the project has not been
submitted elsewhere for the award of my degree to the best of
my knowledge.

Date: Dr.Jayakishan Meher


Department of BCA
CUTM, Bolangir

Odisha
Centurion
University
Shaping Lives…
Empowering
communities…

School of Applied Sciences


Centurion University of Technology and Management
Odisha

CERTIFICATE

This is to certify that the thesis entitled "" REAL TIME FACE
MASK DETECTION "" submitted by Mr.SRITAM BISWAL,
Roll No.200614100014 in partial fulfillment of the
requirements for the award in BCA at the Centurion
University, Balangir is an authentic work carried out by her
under my guidance.

To the best of my knowledge, the matter embodied in the


project has not been submitted to any other University/
Institute for the award of any Degree or Diploma.
Signature of the Supervisor Signature of the Principal. Signature of the Director.

(Dr.Jayakishan Meher). (Mr.Somanath Sarangi). (Mr.Pradeep Kumar Sarangi)

ACKNOWLEDGEMENT

First and foremost, praises and thanks to the God, the


Almighty, for His showers of blessings throughout my
research work to complete the research successfully.
I would like to express my deep and sincere gratitude to my
compilation supervisor, Dr.Jayakishan Meher, Dept. of
BCA, SOAS, for giving me the opportunity to do research
and providing invaluable guidance throughout this research.
Her dynamism, vision, sincerity and motivation have deeply
inspired me. She has taught me the methodology to carry
out the research and to present the research works as clearly
as possible. It was a great privilege and honor to work and
study under her guidance. I am extremely grateful for what
she has offered me. I am extremely grateful to my parents
for their love, prayers, caring and sacrifices for educating
and preparing me for my future. I am very much thankful to
my brother for his love, understanding, prayers and
continuing support to complete this compilation work. Also
I express my thanks to my sisters, for their support and
valuable prayers. I am very much thankful to my friends for
the keen interest shown to complete this thesis Successfully.
Contents :

● Introduction

● Training Model

● Data Set

● Output

● Discussion

● Conclusion
Introduction

Face mask detection is an Artificial Intelligence


(AI) analytic solution that leverages algorithms
and deep learning technology to recognize the
difference between a human wearing a face
covering and a person who is not wearing one
Real time face mask detection is a critical task in
the field of computer vision, where the goal is to
locate and classify Real time face masks within an
image or video. In this project, we explore the use
of deep learning models for Real time face mask
detection.
Training Model
Here we’ll focus on loading our face mask
detection dataset from disk, training a model
(using Keras/TensorFlow) on this dataset, and
then serializing the face mask detector to disk
How to detect the Model

From there, we apply face detection to Once we know where in the image the
compute the bounding box location of the face is, we can extract the face and detect
face in the image:

And from there, we apply facial


landmarks, or the Model will trained
Data Set

Here we take some image of mask and no mask


faces for detecting they wear mask or not.
Output

Here we successfully detect the mask and no


mask faces.

Discussion
Here we have used Keras, OpenCV, and CNN, the
proposed system is able to detect the presence or
absence of a face mask and the model gives
precise and quick results. The trained model
yields an accuracy of around 98%.
Conclusion
In this project, we explored the use of deep
learning for Real time face mask detection and
demonstrated the effectiveness of the Faster Keras
and CNN model on the dataset. Our results show
the potential for using deep learning-based Real
time face mask detection in various real-world
applications.

You might also like