SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1022
Review on Arduino-Based Face Mask Detection System
Suhas Gaidhane1, Tejas Lilhare2, Akash Koli3 , Shailesh Patle4
Department of Information Technology,
JD College of Engineering and Management Nagpur - 441501, DBATU Autonomous,
Lonere, Maharashtra, India.
(Professor Anuja Ghasade, Department of IT, JDCOEM, Nagpur, 441501)
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – In several nations around the world, the COVID-
19 pandemic's emergence has had an ongoing effect since
2019. The Face-Mask Detection has Facemask detection has
achieved great advancements in the field of deeplearningand
image processing. In this Technique we have to use a face
mask as a preventive measure for any such viruses, The basic
aim of the project is to detect the presence of a face mask on
human faces on live streaming video as well as on image, The
strategy outlined in this paper was created to prevent people
without masks from entering certain locations.(i.e- Office,
Mall, University…etc) by detecting the face the sensor sends
the signal to the Arduino device that connects to the gatetobe
open. The System Detect the mask in the real time weather
person wear a mask or not. The information provided in this
paper, was collected from different sources.
Key Words: Face-Mask Detection, Arduino, Deep Learning,
COVID-19.
1. INTRODUCTION
According to World Health Organization (WHO), since
December 2019 more than 114 countries suffered from
COVID-19 pandemic which has declared as a deadly virus
that has globally infected over 120 million people causing
more than 2.50 million deaths the worldwide as on Feb 18,
2021, In Iraq since the rise of COVID-19 more than 654000
affected case and more than 13000 deaths has been
registered, this is due to the insufficient vaccines to
overcome this deadly disease to date [1]. Wearing a
facemask during this pandemic isa critical defensiveintimes
when social distancing is hard to maintain. Therefore, the
many face mask detection and monitoring systems have
been developed to provide effective supervision for public
transportations, hospital,retail locations,airportsandsports
venues.
In the field of image processing, computer vision, and
pattern recognition, face detection is first step for various
applications that depends on facial analysis algorithms for
identifying, and recognizing human faces, and also to
capturing facial motions on faces in digital images, including
the face recognition, face alignment, face verification, age
recognition, face modelling, face authentication, access
control, forensics, and human-computer interactions. Face
relighting, facial tracking, head pose tracking, facial
expression recognition, gender recognition, and other face-
detection based applications [2].
After the arise of Covid-19, Face-Mask detection has the
widely considered a problem in the image processing field.
This technology is currently more appropriate because it is
applied to detect faces and identify people wearing masksin
images, videos, and also in real-time vision. By using deep
learning and convolution neural network (CNN) techniques,
it becomes possible to achievehighaccuracyresultsinimage
classification and object detection applications. The
proposed system in this paper uses deep learning,
TensorFlow, Keras, and OpenCV which are used as image
classifier to detect face-mask and sends a signal to Arduino
devices that control the open and close of the door.
2. FACE DETECTION OVERVIEW
Face detection may be a technique for recognizing or
confirming somebody's identity by viewing their face. Face
recognition software is identify people in pictures,videos, or
in real-time. 40 Over the past 60 years as shown in Fig-1,
face detection methods widely employed in various
industries and have benefitted from the improvements
during this technology and these include improve , border
control, retail, mobiletechnologyandbankingandfinance [3,
4, 5, 6].
 1964: Bledsoe did a facial programming
experiment. They imagine a semi-automatic input
method, in which the operators enter twenty
different measures, such as the scale of the mouth
and eyes
 1977: 21 new markers were added to the Bledso
1964 system to enhance it (i.e., the width of lips,
eyes color, and hair color).
 1988: computer science was accustomed improve
previously used computational methods that
exposed multiple flaws. Mathematics (“linear
algebra”) are used to view symbols uniquely and to
search out the simplest way to simplify and modify
them independently of human markers.
 1991: EIGENFACES which was the primary
successful techniques utilized in automatic face
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1023
recognition technology, that depends on the
statistical Principal component analysis (PCA)
method, Was developed byPentlandandTurk ofthe
Massachusetts Institute of Technology (MIT)
 1998: Face recognition technology “FERET the
program” developed by the Defense Advanced
Research Projects Agency (DARPA), created a
database of 2500 images for 900 persons of
deferent age and gender.
 2005: The Face Recognition Grand Challenge
(FRGC) was created to promote and improve face
Generally, all face detection system uses dataset of
images for testing, evaluating and comparing the
system accuracy is verifying or identify individuals
is shown in table 1 [4].
 2011: using deep learning and machine learning
techniques that depend on artificial neural
networks, enables the system to select a point for a
comparison in large databases. • 2014: The
Facebook's internal algorithm, Deep face, it allows
to identify faces. According to the social network,
the process comes close to matching the output of
the human eye in approximately 98% of images.
 2017: Apple launched a facial recognition
technology in it's updates, and its use has expanded
to retail and banking. • 2017: Selfie Pay is facial
recognition system for online transactions
developed by MasterCard.
 In 2018, Chinese police use a smart monitoring the
system focused on live facial recognition to arrest a
suspect of "economic crime" at a concert where his
face was recognized in a crowd of 60,000 people
after being identified in a national database.
 From 2019, People who want to purchase a new
phone in China will now agree to have their faces
scanned by theoperator
Figure 1. Primary stages in the history of face recognition
The identification of face masks may well be a difficult task
for the existing proposed face detector models.Asall normal
face detections systems, face-mask detection system
depends on evaluating and comparing the Face detected
with in datasets for finding the face so determining whether
the person wear a mask or not. the data utilized in mask
detection model consists of categories: (1) without a face
masks (2) with face-Mask, as shown in table 2.
3. CONVENTIONAL NEURAL NETWORK
Convolutional Neural Network (CNN) is a Deep Learning
algorithm that have the ability of assigning biases and
weights to different objects in an Image and on basis of the
same it can differentiate one image from another. It consists
of processing different layers of ImageDeepLearning(DL)is
basically a subpart of Machine Learning (ML) model which
involves algorithms that concerned withalgorithmsinspired
by the structure and function of the brain and use multilayer
neural networks called ANN.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1024
4. ARDUINO
Arduino is a open-source platform used for making
electronics project. Arduino consists of both a physical the
programmable circuit card and a chunk of software or
Integrated Development Environment that runs on your
computer are accustomed write and upload code to the
physical board.
The Arduino platform has become quite popular people just
starting out with electronics, and permanently reason.
Unlike most previous programmable circuit boards, the
Arduino doesn't need a separate piece of hardware so as to
load new code on the board you'll be able to simply use a
USB cable. The Arduino IDE uses a simplified version of C++
making it easier to be told to program. Finally Arduino
provides a regular form factor that breaks out the functions
of the microcontroller into a more accessible package.
The proposed method has been designed in Python which is
connected by a USB to an Arduino microcontroller. It
requires to possess PySerial software, which may be a
Python API module uses for reading and writing serial data
from Arduino or the other Microcontroller. It encapsulates
the access for the interface and provides backendforPython
running on Windows, OSX, Linux, BSD and Iron Python. The
module named “serial” automatically selects the acceptable
backend [17, 18, 19]. PySerial has many features such as:
 Same class-based interface on all supported
platforms
 It Access to the port settings through Python
properties in a System
 Support for various byte sizes, stop bits, parity, and
flow control with RTS/CTS and/or Xon/Xoff
 Working with or without receiving timeout
 File like API with “read” and “write”
5. METHODOLOGY
Face detectors can guess where facial characteristicslikethe
mouth, jawline, eyes, nose, and eyebrows are located. The
detector aids in distinguishing the target region (TG) The
TG is taken from facial pictures. The features are labeled.
The model uses several phases that the following
description:
Step 1. Face Acquisition
: - Face acquisition is the method that capturing impulses
indicating gauge actual physical circumstances and
transforming the resulting samples into digital numeric
values that a system can manipulate. Data systems, also
known as DAS, DAQ, or DAU, typically transform analogue
waveforms into digital values for processing. The following
are some of the elements of data acquisition systems:
Step 2. Classification
: - The Arduino board now accepts the signal fromthesensor
and checks to see if the given criteria are true or false. As a
further step, this Arduino transmits a signal to a different
sensor.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1025
Step 3. Match OR Not Match
: -The Arduino will decide whether or not it is permissible
once the classification has been completed.
Step 4. Accept OR Reject
: - In this phase, if the person is wearing a mask, access will
be permitted; if not, protocol will prevent that person from
entering.
Step 5. Future Scope
:- Recently, the wearing of face masks in public places has
been made legal in more than fifty nations throughout the
world, just as it is in supermarkets, public transportation,
offices, and other places. Retailers frequently employ
software to track customer traffic into their stores. They
might also be interested in measuring the impact of
advertisements and digital displays, thus we want to
enhance our face mask recognition technology and make it
available as an open source project.
The system requirement
These are the software’s and hardware’s requires to run the
system.
1. Software Requirement
a) Python: 3.4 and newer
b) PySerial o tensorflow>=1.15.2
c) keras==2.3.1
d) imutils==0.5.3
e) numpy==1.18.2
f) Opencv-python==4.2.0.*
g) matplotlib==3.2.1
h) scipy==1.4.1
2. Hardware Requirement
a) Camera: ESP 32 CAMERA
b) Computer o Arduino
c) Relay
d) Slide Door
e) Servo Motor
f) IR Sensor
6. CONCLUSIONS
To mitigate the spread ofpandemicmeasuredmustbetaken.
To train, validate. The performance of the designed method
relies on efficiency of the exploited face and face- feature
detectors. In the present study wearing glacces had no
Negative effect. The use of rigid mask seems preferable
because they reduced possibilities of wrong positioning on
the face.
REFERENCES
[1] Covid-19 Face Mask Detection UsingTensorFlow, Kera
andOpenCV
https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber
=9342585.
[2] Real Time Face-mask Detection withArduinotoPrevent
COVID-19Spreading
https://journal.qubahan.com/index.php/qaj/article/vie
w/47 [Accessed 4 April 2021].
[3] COVID-19: Face Mask Detection using CNN model to
detect if a person is wearing a face mask or not with
your webcam.
[4] Face Mask Detection”, Kaggle.com, 2020. [Online].
Available.
[5] “TensorFlow WhitePapers”, TensorFlow,2020.[Online].
Available:
[6] Saman M. Almufti, Ridwan Marqas, Tamara saad
Mohamed, “Real Time Face-mask Detection with
Arduino to Prevent COVID-19 Spreading”,
https://www.researchgate.net/, Article · April 2021.
[7] Walid Hariri, “EfficientMaskedFaceRecognitionMethod
During The Covid-19 Pandemic ”, https://orcid.org/,
December 12, 2020.
[8] Wasana Boonsong, Narongrit Senajit,Piya Prasongchan,
“ Contactless Body Temperature Monitoring of In-
Patient Department (IPD) Using 2.4 GHz Microwave
Frequency via the Internet of Things (IoT) Network”,
https://www.researchsquare.com/, 13 Apr, 2021.
BIOGRAPHIES
Suhas Gaidhane
B.Tech( IT-Branch )
Email.ID:-
Suhasgaidhane123@gmail.com
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1026
Tejas Lilhare
B.Tech( IT-Branch )
Email.ID:-
Tejaslilhare250@gmail.com
Akash Koli
B.Tech( IT-Branch )
Email.ID:-
koli83909@gmail.com
Shailesh Patle
B.Tech( IT-Branch )
Email.ID:-
shaileshpatle62@gmail.com

Contenu connexe

Similaire à Review on Arduino-Based Face Mask Detection System

Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...
Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...
Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...IRJET Journal
 
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...IRJET Journal
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONIRJET Journal
 
Face Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature SensingFace Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature SensingIRJET Journal
 
IRJET - Design and Development of Android Application for Face Detection and ...
IRJET - Design and Development of Android Application for Face Detection and ...IRJET - Design and Development of Android Application for Face Detection and ...
IRJET - Design and Development of Android Application for Face Detection and ...IRJET Journal
 
Real time face recognition of video surveillance system using haar cascade c...
Real time face recognition of video surveillance system using  haar cascade c...Real time face recognition of video surveillance system using  haar cascade c...
Real time face recognition of video surveillance system using haar cascade c...nooriasukmaningtyas
 
Face Mask Detection System Using Artificial Intelligence
Face Mask Detection System Using Artificial IntelligenceFace Mask Detection System Using Artificial Intelligence
Face Mask Detection System Using Artificial IntelligenceIRJET Journal
 
CC report format..pdf
CC report format..pdfCC report format..pdf
CC report format..pdfwazidahsan1
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAM Publications
 
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...IRJET Journal
 
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEM
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEMAUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEM
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEMIRJET Journal
 
Face Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVFace Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVIRJET Journal
 
ML for blind people.pptx
ML for blind people.pptxML for blind people.pptx
ML for blind people.pptxJAYKUMARKABRA
 
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IRJET Journal
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVIRJET Journal
 
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasFace Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasIRJET Journal
 
Covid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksCovid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksIRJET Journal
 
Face Mask and Social Distance Detection
Face Mask and Social Distance DetectionFace Mask and Social Distance Detection
Face Mask and Social Distance DetectionIRJET Journal
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCVIRJET Journal
 

Similaire à Review on Arduino-Based Face Mask Detection System (20)

Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...
Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...
Survey on Face Mask Detection with Door Locking and Alert System using Raspbe...
 
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
 
Face Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature SensingFace Mask Detection and Contactless Body Temperature Sensing
Face Mask Detection and Contactless Body Temperature Sensing
 
IRJET - Design and Development of Android Application for Face Detection and ...
IRJET - Design and Development of Android Application for Face Detection and ...IRJET - Design and Development of Android Application for Face Detection and ...
IRJET - Design and Development of Android Application for Face Detection and ...
 
Real time face recognition of video surveillance system using haar cascade c...
Real time face recognition of video surveillance system using  haar cascade c...Real time face recognition of video surveillance system using  haar cascade c...
Real time face recognition of video surveillance system using haar cascade c...
 
Face Mask Detection System Using Artificial Intelligence
Face Mask Detection System Using Artificial IntelligenceFace Mask Detection System Using Artificial Intelligence
Face Mask Detection System Using Artificial Intelligence
 
CC report format..pdf
CC report format..pdfCC report format..pdf
CC report format..pdf
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
 
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...
AI-based Mechanism to Authorise Beneficiaries at Covid Vaccination Camps usin...
 
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEM
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEMAUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEM
AUTOMATIC APPEARANCE MASK AND BODY TEMPERATURE FINDING SYSTEM
 
Face Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCVFace Mask Detection using CNN and OpenCV
Face Mask Detection using CNN and OpenCV
 
ML for blind people.pptx
ML for blind people.pptxML for blind people.pptx
ML for blind people.pptx
 
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
IMPLEMENTATION OF IDS (INTRUDER DETECTION SYSTEM)
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCV
 
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and KerasFace Mask Detection utilizing Tensorflow, OpenCV and Keras
Face Mask Detection utilizing Tensorflow, OpenCV and Keras
 
Covid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural NetworksCovid Face Mask Detection Using Neural Networks
Covid Face Mask Detection Using Neural Networks
 
Face Mask and Social Distance Detection
Face Mask and Social Distance DetectionFace Mask and Social Distance Detection
Face Mask and Social Distance Detection
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCV
 

Plus de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Plus de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Dernier

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Dernier (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

Review on Arduino-Based Face Mask Detection System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1022 Review on Arduino-Based Face Mask Detection System Suhas Gaidhane1, Tejas Lilhare2, Akash Koli3 , Shailesh Patle4 Department of Information Technology, JD College of Engineering and Management Nagpur - 441501, DBATU Autonomous, Lonere, Maharashtra, India. (Professor Anuja Ghasade, Department of IT, JDCOEM, Nagpur, 441501) ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – In several nations around the world, the COVID- 19 pandemic's emergence has had an ongoing effect since 2019. The Face-Mask Detection has Facemask detection has achieved great advancements in the field of deeplearningand image processing. In this Technique we have to use a face mask as a preventive measure for any such viruses, The basic aim of the project is to detect the presence of a face mask on human faces on live streaming video as well as on image, The strategy outlined in this paper was created to prevent people without masks from entering certain locations.(i.e- Office, Mall, University…etc) by detecting the face the sensor sends the signal to the Arduino device that connects to the gatetobe open. The System Detect the mask in the real time weather person wear a mask or not. The information provided in this paper, was collected from different sources. Key Words: Face-Mask Detection, Arduino, Deep Learning, COVID-19. 1. INTRODUCTION According to World Health Organization (WHO), since December 2019 more than 114 countries suffered from COVID-19 pandemic which has declared as a deadly virus that has globally infected over 120 million people causing more than 2.50 million deaths the worldwide as on Feb 18, 2021, In Iraq since the rise of COVID-19 more than 654000 affected case and more than 13000 deaths has been registered, this is due to the insufficient vaccines to overcome this deadly disease to date [1]. Wearing a facemask during this pandemic isa critical defensiveintimes when social distancing is hard to maintain. Therefore, the many face mask detection and monitoring systems have been developed to provide effective supervision for public transportations, hospital,retail locations,airportsandsports venues. In the field of image processing, computer vision, and pattern recognition, face detection is first step for various applications that depends on facial analysis algorithms for identifying, and recognizing human faces, and also to capturing facial motions on faces in digital images, including the face recognition, face alignment, face verification, age recognition, face modelling, face authentication, access control, forensics, and human-computer interactions. Face relighting, facial tracking, head pose tracking, facial expression recognition, gender recognition, and other face- detection based applications [2]. After the arise of Covid-19, Face-Mask detection has the widely considered a problem in the image processing field. This technology is currently more appropriate because it is applied to detect faces and identify people wearing masksin images, videos, and also in real-time vision. By using deep learning and convolution neural network (CNN) techniques, it becomes possible to achievehighaccuracyresultsinimage classification and object detection applications. The proposed system in this paper uses deep learning, TensorFlow, Keras, and OpenCV which are used as image classifier to detect face-mask and sends a signal to Arduino devices that control the open and close of the door. 2. FACE DETECTION OVERVIEW Face detection may be a technique for recognizing or confirming somebody's identity by viewing their face. Face recognition software is identify people in pictures,videos, or in real-time. 40 Over the past 60 years as shown in Fig-1, face detection methods widely employed in various industries and have benefitted from the improvements during this technology and these include improve , border control, retail, mobiletechnologyandbankingandfinance [3, 4, 5, 6].  1964: Bledsoe did a facial programming experiment. They imagine a semi-automatic input method, in which the operators enter twenty different measures, such as the scale of the mouth and eyes  1977: 21 new markers were added to the Bledso 1964 system to enhance it (i.e., the width of lips, eyes color, and hair color).  1988: computer science was accustomed improve previously used computational methods that exposed multiple flaws. Mathematics (“linear algebra”) are used to view symbols uniquely and to search out the simplest way to simplify and modify them independently of human markers.  1991: EIGENFACES which was the primary successful techniques utilized in automatic face
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1023 recognition technology, that depends on the statistical Principal component analysis (PCA) method, Was developed byPentlandandTurk ofthe Massachusetts Institute of Technology (MIT)  1998: Face recognition technology “FERET the program” developed by the Defense Advanced Research Projects Agency (DARPA), created a database of 2500 images for 900 persons of deferent age and gender.  2005: The Face Recognition Grand Challenge (FRGC) was created to promote and improve face Generally, all face detection system uses dataset of images for testing, evaluating and comparing the system accuracy is verifying or identify individuals is shown in table 1 [4].  2011: using deep learning and machine learning techniques that depend on artificial neural networks, enables the system to select a point for a comparison in large databases. • 2014: The Facebook's internal algorithm, Deep face, it allows to identify faces. According to the social network, the process comes close to matching the output of the human eye in approximately 98% of images.  2017: Apple launched a facial recognition technology in it's updates, and its use has expanded to retail and banking. • 2017: Selfie Pay is facial recognition system for online transactions developed by MasterCard.  In 2018, Chinese police use a smart monitoring the system focused on live facial recognition to arrest a suspect of "economic crime" at a concert where his face was recognized in a crowd of 60,000 people after being identified in a national database.  From 2019, People who want to purchase a new phone in China will now agree to have their faces scanned by theoperator Figure 1. Primary stages in the history of face recognition The identification of face masks may well be a difficult task for the existing proposed face detector models.Asall normal face detections systems, face-mask detection system depends on evaluating and comparing the Face detected with in datasets for finding the face so determining whether the person wear a mask or not. the data utilized in mask detection model consists of categories: (1) without a face masks (2) with face-Mask, as shown in table 2. 3. CONVENTIONAL NEURAL NETWORK Convolutional Neural Network (CNN) is a Deep Learning algorithm that have the ability of assigning biases and weights to different objects in an Image and on basis of the same it can differentiate one image from another. It consists of processing different layers of ImageDeepLearning(DL)is basically a subpart of Machine Learning (ML) model which involves algorithms that concerned withalgorithmsinspired by the structure and function of the brain and use multilayer neural networks called ANN.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1024 4. ARDUINO Arduino is a open-source platform used for making electronics project. Arduino consists of both a physical the programmable circuit card and a chunk of software or Integrated Development Environment that runs on your computer are accustomed write and upload code to the physical board. The Arduino platform has become quite popular people just starting out with electronics, and permanently reason. Unlike most previous programmable circuit boards, the Arduino doesn't need a separate piece of hardware so as to load new code on the board you'll be able to simply use a USB cable. The Arduino IDE uses a simplified version of C++ making it easier to be told to program. Finally Arduino provides a regular form factor that breaks out the functions of the microcontroller into a more accessible package. The proposed method has been designed in Python which is connected by a USB to an Arduino microcontroller. It requires to possess PySerial software, which may be a Python API module uses for reading and writing serial data from Arduino or the other Microcontroller. It encapsulates the access for the interface and provides backendforPython running on Windows, OSX, Linux, BSD and Iron Python. The module named “serial” automatically selects the acceptable backend [17, 18, 19]. PySerial has many features such as:  Same class-based interface on all supported platforms  It Access to the port settings through Python properties in a System  Support for various byte sizes, stop bits, parity, and flow control with RTS/CTS and/or Xon/Xoff  Working with or without receiving timeout  File like API with “read” and “write” 5. METHODOLOGY Face detectors can guess where facial characteristicslikethe mouth, jawline, eyes, nose, and eyebrows are located. The detector aids in distinguishing the target region (TG) The TG is taken from facial pictures. The features are labeled. The model uses several phases that the following description: Step 1. Face Acquisition : - Face acquisition is the method that capturing impulses indicating gauge actual physical circumstances and transforming the resulting samples into digital numeric values that a system can manipulate. Data systems, also known as DAS, DAQ, or DAU, typically transform analogue waveforms into digital values for processing. The following are some of the elements of data acquisition systems: Step 2. Classification : - The Arduino board now accepts the signal fromthesensor and checks to see if the given criteria are true or false. As a further step, this Arduino transmits a signal to a different sensor.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1025 Step 3. Match OR Not Match : -The Arduino will decide whether or not it is permissible once the classification has been completed. Step 4. Accept OR Reject : - In this phase, if the person is wearing a mask, access will be permitted; if not, protocol will prevent that person from entering. Step 5. Future Scope :- Recently, the wearing of face masks in public places has been made legal in more than fifty nations throughout the world, just as it is in supermarkets, public transportation, offices, and other places. Retailers frequently employ software to track customer traffic into their stores. They might also be interested in measuring the impact of advertisements and digital displays, thus we want to enhance our face mask recognition technology and make it available as an open source project. The system requirement These are the software’s and hardware’s requires to run the system. 1. Software Requirement a) Python: 3.4 and newer b) PySerial o tensorflow>=1.15.2 c) keras==2.3.1 d) imutils==0.5.3 e) numpy==1.18.2 f) Opencv-python==4.2.0.* g) matplotlib==3.2.1 h) scipy==1.4.1 2. Hardware Requirement a) Camera: ESP 32 CAMERA b) Computer o Arduino c) Relay d) Slide Door e) Servo Motor f) IR Sensor 6. CONCLUSIONS To mitigate the spread ofpandemicmeasuredmustbetaken. To train, validate. The performance of the designed method relies on efficiency of the exploited face and face- feature detectors. In the present study wearing glacces had no Negative effect. The use of rigid mask seems preferable because they reduced possibilities of wrong positioning on the face. REFERENCES [1] Covid-19 Face Mask Detection UsingTensorFlow, Kera andOpenCV https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber =9342585. [2] Real Time Face-mask Detection withArduinotoPrevent COVID-19Spreading https://journal.qubahan.com/index.php/qaj/article/vie w/47 [Accessed 4 April 2021]. [3] COVID-19: Face Mask Detection using CNN model to detect if a person is wearing a face mask or not with your webcam. [4] Face Mask Detection”, Kaggle.com, 2020. [Online]. Available. [5] “TensorFlow WhitePapers”, TensorFlow,2020.[Online]. Available: [6] Saman M. Almufti, Ridwan Marqas, Tamara saad Mohamed, “Real Time Face-mask Detection with Arduino to Prevent COVID-19 Spreading”, https://www.researchgate.net/, Article · April 2021. [7] Walid Hariri, “EfficientMaskedFaceRecognitionMethod During The Covid-19 Pandemic ”, https://orcid.org/, December 12, 2020. [8] Wasana Boonsong, Narongrit Senajit,Piya Prasongchan, “ Contactless Body Temperature Monitoring of In- Patient Department (IPD) Using 2.4 GHz Microwave Frequency via the Internet of Things (IoT) Network”, https://www.researchsquare.com/, 13 Apr, 2021. BIOGRAPHIES Suhas Gaidhane B.Tech( IT-Branch ) Email.ID:- Suhasgaidhane123@gmail.com
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 10 | Oct 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1026 Tejas Lilhare B.Tech( IT-Branch ) Email.ID:- Tejaslilhare250@gmail.com Akash Koli B.Tech( IT-Branch ) Email.ID:- koli83909@gmail.com Shailesh Patle B.Tech( IT-Branch ) Email.ID:- shaileshpatle62@gmail.com