SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 182
Face Recognition based Smart Attendance System Using IoT
Tippavajhala Sundar Srinivas1, Thota Goutham2, Dr. M. Senthil Kumaran3
1-2Student, Dept. Of CSE, SCSVMV (Deemed to be University), Kanchipuram, Tamil Nadu, India
3Guide, Dept. Of CSE, SCSVMV (Deemed to be University), Kanchipuram, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -Face recognition basedsmartattendancesystem
using IoT is a tool for recognizing the students face while
taking attendance by using face biometrics based on monitor
camera image capturing. In our face recognition based smart
attendance project, a raspberry pi system will be able to find
and recognize human faces fast and precisely in images. The
long-established method of calling name of each student is
tedious and there is always a chance of proxy attendance. The
proposed system is based on face recognition to maintain the
attendance record of students. As the process of attendance
taking starts the system takes pictures of the attendees and
then applies face detection and recognition technique to the
given image and the recognized students are marked as
present and their attendance is updated with corresponding
time, student name and register number. We have used deep
learning techniques to develop this project.
Key Words: Biometric Attendance, Face Recognition,
OpenCV, Raspberry Pi, Camera
1.INTRODUCTION
Education institutes these days are concerned about the
consistency of students' performance. One explanation for
this decrease in student performance is the inadequate
attendance. The long-established attendance was taken
manually that is incredibly time overwhelming and
infrequently results in human error. The old technique that
uses paper sheets for taking students’ attendance will now
not be used. This project aims for computer-based student
attendance taking system that supports the institutions to
keep records of attendance. Wehaveproposedtoimplement
a "Face Recognition based Smart Attendance System Using
IoT”. The present implementation includes facial
identification that is time saving and eradicates the
probabilities of proxy attendance due to the facial detection.
This system will currently be utilized in a section during
which participation plays a vital role. Raspberry Pi, Python
and OpenCV are the basic requirements for this system. The
system implementation uses webcam as input device to
identify the face of the person in real-time.
This project on face recognition based smart attendance
system using IoT aims to replace the manual attendance
system with automated attendance system. As all the data is
stored online in this proposed system, offline registers will
become irrelevant, making the maintenance of records
easier. Nowadays attendance is considered as a primefactor
for both the students and the educational institution.
Manual attendance is considered as a time-consuming
process or sometimes it happens for the teacher to miss
someone or students may answer multiple times on the
absence of their friends (proxy attendance).
Biometric attendance is automated method of verifying or
recognizing the identity of a living person on the basis of
some physiological characteristics, such as fingerprints or
facial features, or some aspects of the person's behavior.
Since biometric systems determine someone by biological
attributes, they are tough to forge. Face recognition is one
among the few biometric ways that has the veracity of a
physiological approach while not being intrusive.
Face Recognition is a type of biometric software that maps
an individual’s facial featuresmathematicallyandstores it as
a face print. The system uses deep learning techniques to
compare a live capture or digital image to the stored face
print in order to verify an individual’s identity. Once the
recognized face matches a stored image, attendance is
marked in corresponding excel sheet for that person. The
other reason for taking face recognition as biometric
parameter is this technology reduces the physical touch of
objects/records providing a contagious-by-touch free
environment which the whole world is adopting these days.
Automated attendance system using machine learning
approach automatically detects and recognizes face and
marks attendance which saves time and maintains a record
of the collected data.
1.1 Objectives
Our primary objective is to help the lecturers/teachers,
improve and organize the process of tracking and managing
student attendance. Additionally, this:
• Provides a valuable attendance service for both
teachers and students.
• Increases security and proxy attendance won’t be
possible.
• Provides error free, automated and reliable
attendance report.
• Uses face recognition technology which reduces the
physical touch of objects/records providing a
contagious-by-touch free environment.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 183
2. Problem Statement
The present system of taking attendance is either bymanual
or by using finger impression as biometric parameter.
Manual /Traditional attendance is usually taken by calling
students by name which takes a lot of time and has a chance
of errors and proxies which makes the analysis of student
performance imprecise. The maintenance of record for this
type of attendance is time consuming and resource
consuming. Attendance by using finger impression as
biometric parameter is done by taking finger print as
biometric parameter which is in use in many places, which
may not be a time-consuming process compared to manual
attendance, however,keepingtherecentpandemic inmindit
is not safe to touch the finger print recognition sensor
repeatedly without a huge time gap. Also, this type is high
maintenance. So, there is a need for new attendance system
which has no lecturer interference and has a contactless
device.
3. Proposed System
The proposed system is designed to capture the face of each
student and to store it in the database for their attendance.
The face of the student needs to be captured in well-lit room
so that student's face features can be detected, the seating
and the posture of the student need to be recognized. With
this system, there is no need for the teachertomanuallytake
attendance in the class because the system records a video
and through image processing/image training the face is
recognized and the attendance database is updated in a
spreadsheet. The proposed system uses Raspberry Pi as
computer and a webcam for capturing the images.
3.1 Methodology
Facial recognition Methodologyisbeingwidelyusedinmany
projects as it has many advantages. There is requirement of
data for the system in order to trace and track the individual
and mark his/her attendance. The data is loaded by
assigning each individual’s image with a corresponding id
and name. Once the system starts, the option oftakingimage
is available for which the pre-requirement is the input of id
and name. More than 100 images will be taken in gray
format using OpenCV. These images will be the input for
Haar cascade. Haar Cascade codes the pictures into binary
code after converting them into binary image. Once the
system is given input, it is trained by clicking on train image
option available on the screen using a file called Trainer.yml
which is written in human readable data serialization
language. The features of the facewill bedetectedandstored
for further actions. The dataset has to be created in the
above said manner to further recognize the faces when
needed. Track images option is used for detecting and
recognizing the faces of individuals. After detecting the face
of each individual, attendance will be markedinspreadsheet
along with the corresponding date and time.
3.2 Algorithm
Fig -1: Depiction of the flowchart architecture and process
of the designed system
The proposed system works in the above shown way. Once
the system is activated it asks for the input whicharethelive
image of student, Student name and Id. After storing and
training the system will be ready to be used that is to track
images and produce attendance report.
1. Capture the Student’s Image
2. Apply Haar Cascade (Face Detection)
3. Extract the Rectangular Bounding Box
4. Convert to gray scale, apply histogram equalization and
Resize to 100x100
5. if Updating Database then
Store in Database
else
Apply LBPH (For feature Extraction)
end if
Post-processing
The system records a short video as input and using image
processing/image training the face is recognized and the
attendance database is updated in a spreadsheet in the way
it is shown in the above pseudo code.
3.3 Architecture
Raspberry Pi 3 Model B V1.2 is used in the project as remote
device that acts as computer for the system which is
connected to power supply by using an adapter. The device
is supplemented with a webcam and memory card to take
the images and store the contents of Pi respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 184
Fig -2: Depiction of Architecture of the project
4. Project Description
Running the project:
• Raspberry Pi is given power supply using the adapter.
• Raspberry Pi and Computer are connected to the same
WLAN.
• Advanced IP Scanner is used to find the IP Address of pi.
• The IP Address is used to log into raspberry pi using VNC
Viewer
Dataset creation:
• There are two slots to enter the ID number andnameofthe
student respectively.
Fig -3: Attendance portal with the slots to fill Name and ID
• Image taking: Image is captured using definition camera
and the image is saved. For a better accuracy, multiple
number of images will be taken. This process is done using
the ‘take image’ option. A message will be displayed in the
notification box once the image is successfully captured and
saved. For all the said process external webcam is used
which is connected to raspberry pi.
Fig -4: Taking image of the user to store in database
• Training: After the taking the image, by clicking on ‘train
image’, the image will be saved along with the entered
student ID number and name. A message will bedisplayed in
the notification box once the image is successfully trained.
Fig -5: Dataset of trained images
Attendance taking:
If the dataset is not created, the process stated above has to
be followed. If dataset is created and attendance is to be
taken:
• By clicking on track images camera startscapturingimages
and detects the face of the student, thereby marking his/her
attendance in the spreadsheet with the corresponding time
and date, ID number and name. Once attendance is taken
pressing ’q’ closes the camera.
• Haar cascades is used to detect and recognize thefacesand
it uses machine learning techniques in which a function is
trained from a lot of positive and negative images. This
process in the algorithm is feature extraction.
• Quit option is given to close the portal.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 185
Fig -6: Face Recognition
• Notification box is given to display the corresponding
message as a consequence of the action of user.
Fig -7: Message showing that attendance is taken
successfully
5. Result
Face Recognition based Smart Attendance System Using
Internet of Things is simple for usage and works efficiently.
The system works automatically once the registration of
individual student is completed and dataset is created.
The project results the following:
• Time-saving
• More efficient
• Real-time
• Precise
• Automatic report in spreadsheet
• Online updation is easy
Fig -8: Attendance is saved in excel sheet as shown
6. Conclusion
This paper on face recognition based smart attendance
system using IoT features one of the best waysofattendance
marking system which is time-saving, more efficient, real-
time, precise, gives automatic report in spreadsheet, makes
online updation easy. The system has been implemented
using Raspberry Pi, Webcam, OpenCV, Haar cascade and
python. Haar cascade, one among the finest face detection
algorithmic program is used to confirm the standard of the
system. Face Recognition based Smart Attendance System
Using IoT is simple for usage and works efficiently. The
system works automatically once the registration of
individual student is completed and dataset is created. The
project is designed addresses many of the issues of existing
manual systems and finger print based biometric system.
Face recognition concept to mark the attendance of student
and makes the system better and efficient. This project can
substitute all other attendance systems and performs
efficiently. The Automated Classroom Attendance System
helps in increasing the accuracy and speed ultimately
achieving precise attendance to meet the needforautomatic
classroom evaluation. The purpose of the paper to reduce
errors and human effort in traditional attendance taking is
achieved via face recognition based attendance system. The
result shows the potential of our system to deal with the
problem stated in chapter 2
References
[1] Bussa, Sudhir & Mani, Ananya & Bharuka, Shruti &
Kaushik, Sakshi. (2020). “Smart Attendance System
using OPENCV” based on Facial Recognition.
International Journal of Engineering Research. V9.
10.17577/IJERTV9IS030122.
[2] S. Huang and H. Luo, "Attendance System Based on
Dynamic Face Recognition," 2020 International
Conference on Communications, Information System
and Computer Engineering (CISCE), Kuala Lumpur,
Malaysia, 2020, pp. 368-371, doi:
10.1109/CISCE50729.2020.00081.
[3] Al-Muhaidhri,Ghalib.(2019). “SmartAttendanceSystem
using Face Recognition”. International Journal of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 186
Engineering Research and. V8.
10.17577/IJERTV8IS120046.
[4] A. Shetty, Bhoomika, Deeksha, J. Rebeiro and
Ramyashree, "Facial Recognition using Haar Cascade
and LBP Classifiers", 2021.
[5] Chintalapati, Shireesha & Raghunadh, M. (2013).
“Automated attendance management system based on
face recognition algorithms”. 1-5.
10.1109/ICCIC.2013.6724266.
[6] M. Z. Khan, S. Harous, S. U. Hassan, M. U. Ghani Khan, R.
Iqbal and S. Mumtaz, "Deep Unified Model For Face
Recognition Based on Convolution Neural Network and
Edge Computing," in IEEE Access, vol. 7, pp. 72622-
72633, 2019, doi: 10.1109/ACCESS.2019.2918275.
[7] M. Arsenovic, S. Sladojevic, A. Anderla and D. Stefanovic,
"FaceTime — Deep learning based face recognition
attendance system," 2017 IEEE 15th International
Symposium on Intelligent Systems and Informatics
(SISY), 2017, pp. 000053-000058, doi:
10.1109/SISY.2017.8080587.
[8] S.Sreesuba, G. Anitha, A.Irumporai, S.Usha, P.Sunitha
Devi, “Facial Recognition based Attendance Marking
System ”, Annals of RSCB, pp. 6452 –, Apr. 2021.
[9] Venkata Kalyan Polamarasetty1, Muralidhar Reddy
Reddem2, Dheeraj Ravi3, Mahith Sai Madala4, ”
Attendance System based on Face Recognition”
International Research Journal of Engineering and
Technology (IRJET) e-ISSN: 2395-0056 Volume: 05
Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
[10] Kar, Nirmalya, et al. "Study of implementing automated
attendance system using face recognition technique."
International Journal of computer and communication
engineering 1.2 (2012): 100.
[11] A. Arjun Raj, M. Shoheb, K. Arvind and K. S. Chethan,
"Face Recognition Based Smart Attendance System,"
2020 International Conference on Intelligent
Engineering and Management (ICIEM), London, UK,
2020, pp. 354-357, doi:
10.1109/ICIEM48762.2020.9160184.
[12] F. V. Massoli, G. Amato, F. Falchi, C. GennaroandC.Vairo,
“CNN-based System for Low Resolution Face
Recognition” Conference: 27th Italian Symposium on
Advanced Database Systems, AIMIR Research Activities
2019. (2019)
[13] K. He, X. Zhang, S. Ren and J. Sun, Deep Residual
Learning for Image Recognition, 2016 IEEE Conference
on Computer Vision and Pattern Recognition (CVPR),
Las Vegas, NV, (2016), 770-778
[14] Joseph, Dona. (2020). Automatic Attendance System
using Face Recognition. International Journal for
Research in Applied Science and Engineering
Technology. 8. 769-773. 10.22214/ijraset.2020.30309.
Biographies
Tippavajhala Sundar
Srinivas1 is pursuing B.E
(CSE) in SCSVMV (Deemed
to be University),
Kancheepuram.
Thota Goutham2 is
pursuing B.E (CSE) in
SCSVMV (Deemed to be
U
niversity),Kancheepuram.
Dr. M. Senthil Kumaran3 is
Associate Professor in
Computer Science and
Engineering department in
SCSVMV (Deemed to be
University),Kancheepuram.

More Related Content

Similar to Face Recognition based Smart Attendance System Using IoT

Automated attendance system using Face recognition
Automated attendance system using Face recognitionAutomated attendance system using Face recognition
Automated attendance system using Face recognitionIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
Introduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfIntroduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfbkbk37
 
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITIONATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITIONIRJET Journal
 
IRJET- Real Time Attendance System using Face Recognition
IRJET-  	  Real Time Attendance System using Face RecognitionIRJET-  	  Real Time Attendance System using Face Recognition
IRJET- Real Time Attendance System using Face RecognitionIRJET Journal
 
EEEN10034 Electronics Project.docx
EEEN10034 Electronics Project.docxEEEN10034 Electronics Project.docx
EEEN10034 Electronics Project.docx4934bk
 
IRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET Journal
 
Real Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonReal Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonIRJET Journal
 
Smart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionSmart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionIRJET Journal
 
IRJET- Face Recognition based Attendance System using Raspberry Pi
IRJET- Face Recognition based Attendance System using Raspberry PiIRJET- Face Recognition based Attendance System using Raspberry Pi
IRJET- Face Recognition based Attendance System using Raspberry PiIRJET Journal
 
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...IRJET Journal
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face RecognitionIRJET Journal
 
ATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIIRJET Journal
 
IRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face RecognitionIRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face RecognitionIRJET Journal
 
Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmIRJET Journal
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student AttendanceIRJET Journal
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring SystemIRJET 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
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisIRJET Journal
 

Similar to Face Recognition based Smart Attendance System Using IoT (20)

Automated attendance system using Face recognition
Automated attendance system using Face recognitionAutomated attendance system using Face recognition
Automated attendance system using Face recognition
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
Introduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfIntroduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdf
 
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITIONATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
 
IRJET- Real Time Attendance System using Face Recognition
IRJET-  	  Real Time Attendance System using Face RecognitionIRJET-  	  Real Time Attendance System using Face Recognition
IRJET- Real Time Attendance System using Face Recognition
 
EEEN10034 Electronics Project.docx
EEEN10034 Electronics Project.docxEEEN10034 Electronics Project.docx
EEEN10034 Electronics Project.docx
 
IRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face Recognition
 
Real Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonReal Time Image Based Attendance System using Python
Real Time Image Based Attendance System using Python
 
Smart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionSmart Attendance System using Face-Recognition
Smart Attendance System using Face-Recognition
 
IRJET- Face Recognition based Attendance System using Raspberry Pi
IRJET- Face Recognition based Attendance System using Raspberry PiIRJET- Face Recognition based Attendance System using Raspberry Pi
IRJET- Face Recognition based Attendance System using Raspberry Pi
 
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...
Self-X: Geo Fencing and Face Recognition based Smart Attendance Management Ap...
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
 
ATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AI
 
IRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face RecognitionIRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face Recognition
 
Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student Attendance
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring System
 
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
 
METandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And AnalysisMETandance: A Smart Classroom Management And Analysis
METandance: A Smart Classroom Management And Analysis
 

More from 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
 

More from 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...
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Face Recognition based Smart Attendance System Using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 182 Face Recognition based Smart Attendance System Using IoT Tippavajhala Sundar Srinivas1, Thota Goutham2, Dr. M. Senthil Kumaran3 1-2Student, Dept. Of CSE, SCSVMV (Deemed to be University), Kanchipuram, Tamil Nadu, India 3Guide, Dept. Of CSE, SCSVMV (Deemed to be University), Kanchipuram, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -Face recognition basedsmartattendancesystem using IoT is a tool for recognizing the students face while taking attendance by using face biometrics based on monitor camera image capturing. In our face recognition based smart attendance project, a raspberry pi system will be able to find and recognize human faces fast and precisely in images. The long-established method of calling name of each student is tedious and there is always a chance of proxy attendance. The proposed system is based on face recognition to maintain the attendance record of students. As the process of attendance taking starts the system takes pictures of the attendees and then applies face detection and recognition technique to the given image and the recognized students are marked as present and their attendance is updated with corresponding time, student name and register number. We have used deep learning techniques to develop this project. Key Words: Biometric Attendance, Face Recognition, OpenCV, Raspberry Pi, Camera 1.INTRODUCTION Education institutes these days are concerned about the consistency of students' performance. One explanation for this decrease in student performance is the inadequate attendance. The long-established attendance was taken manually that is incredibly time overwhelming and infrequently results in human error. The old technique that uses paper sheets for taking students’ attendance will now not be used. This project aims for computer-based student attendance taking system that supports the institutions to keep records of attendance. Wehaveproposedtoimplement a "Face Recognition based Smart Attendance System Using IoT”. The present implementation includes facial identification that is time saving and eradicates the probabilities of proxy attendance due to the facial detection. This system will currently be utilized in a section during which participation plays a vital role. Raspberry Pi, Python and OpenCV are the basic requirements for this system. The system implementation uses webcam as input device to identify the face of the person in real-time. This project on face recognition based smart attendance system using IoT aims to replace the manual attendance system with automated attendance system. As all the data is stored online in this proposed system, offline registers will become irrelevant, making the maintenance of records easier. Nowadays attendance is considered as a primefactor for both the students and the educational institution. Manual attendance is considered as a time-consuming process or sometimes it happens for the teacher to miss someone or students may answer multiple times on the absence of their friends (proxy attendance). Biometric attendance is automated method of verifying or recognizing the identity of a living person on the basis of some physiological characteristics, such as fingerprints or facial features, or some aspects of the person's behavior. Since biometric systems determine someone by biological attributes, they are tough to forge. Face recognition is one among the few biometric ways that has the veracity of a physiological approach while not being intrusive. Face Recognition is a type of biometric software that maps an individual’s facial featuresmathematicallyandstores it as a face print. The system uses deep learning techniques to compare a live capture or digital image to the stored face print in order to verify an individual’s identity. Once the recognized face matches a stored image, attendance is marked in corresponding excel sheet for that person. The other reason for taking face recognition as biometric parameter is this technology reduces the physical touch of objects/records providing a contagious-by-touch free environment which the whole world is adopting these days. Automated attendance system using machine learning approach automatically detects and recognizes face and marks attendance which saves time and maintains a record of the collected data. 1.1 Objectives Our primary objective is to help the lecturers/teachers, improve and organize the process of tracking and managing student attendance. Additionally, this: • Provides a valuable attendance service for both teachers and students. • Increases security and proxy attendance won’t be possible. • Provides error free, automated and reliable attendance report. • Uses face recognition technology which reduces the physical touch of objects/records providing a contagious-by-touch free environment.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 183 2. Problem Statement The present system of taking attendance is either bymanual or by using finger impression as biometric parameter. Manual /Traditional attendance is usually taken by calling students by name which takes a lot of time and has a chance of errors and proxies which makes the analysis of student performance imprecise. The maintenance of record for this type of attendance is time consuming and resource consuming. Attendance by using finger impression as biometric parameter is done by taking finger print as biometric parameter which is in use in many places, which may not be a time-consuming process compared to manual attendance, however,keepingtherecentpandemic inmindit is not safe to touch the finger print recognition sensor repeatedly without a huge time gap. Also, this type is high maintenance. So, there is a need for new attendance system which has no lecturer interference and has a contactless device. 3. Proposed System The proposed system is designed to capture the face of each student and to store it in the database for their attendance. The face of the student needs to be captured in well-lit room so that student's face features can be detected, the seating and the posture of the student need to be recognized. With this system, there is no need for the teachertomanuallytake attendance in the class because the system records a video and through image processing/image training the face is recognized and the attendance database is updated in a spreadsheet. The proposed system uses Raspberry Pi as computer and a webcam for capturing the images. 3.1 Methodology Facial recognition Methodologyisbeingwidelyusedinmany projects as it has many advantages. There is requirement of data for the system in order to trace and track the individual and mark his/her attendance. The data is loaded by assigning each individual’s image with a corresponding id and name. Once the system starts, the option oftakingimage is available for which the pre-requirement is the input of id and name. More than 100 images will be taken in gray format using OpenCV. These images will be the input for Haar cascade. Haar Cascade codes the pictures into binary code after converting them into binary image. Once the system is given input, it is trained by clicking on train image option available on the screen using a file called Trainer.yml which is written in human readable data serialization language. The features of the facewill bedetectedandstored for further actions. The dataset has to be created in the above said manner to further recognize the faces when needed. Track images option is used for detecting and recognizing the faces of individuals. After detecting the face of each individual, attendance will be markedinspreadsheet along with the corresponding date and time. 3.2 Algorithm Fig -1: Depiction of the flowchart architecture and process of the designed system The proposed system works in the above shown way. Once the system is activated it asks for the input whicharethelive image of student, Student name and Id. After storing and training the system will be ready to be used that is to track images and produce attendance report. 1. Capture the Student’s Image 2. Apply Haar Cascade (Face Detection) 3. Extract the Rectangular Bounding Box 4. Convert to gray scale, apply histogram equalization and Resize to 100x100 5. if Updating Database then Store in Database else Apply LBPH (For feature Extraction) end if Post-processing The system records a short video as input and using image processing/image training the face is recognized and the attendance database is updated in a spreadsheet in the way it is shown in the above pseudo code. 3.3 Architecture Raspberry Pi 3 Model B V1.2 is used in the project as remote device that acts as computer for the system which is connected to power supply by using an adapter. The device is supplemented with a webcam and memory card to take the images and store the contents of Pi respectively.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 184 Fig -2: Depiction of Architecture of the project 4. Project Description Running the project: • Raspberry Pi is given power supply using the adapter. • Raspberry Pi and Computer are connected to the same WLAN. • Advanced IP Scanner is used to find the IP Address of pi. • The IP Address is used to log into raspberry pi using VNC Viewer Dataset creation: • There are two slots to enter the ID number andnameofthe student respectively. Fig -3: Attendance portal with the slots to fill Name and ID • Image taking: Image is captured using definition camera and the image is saved. For a better accuracy, multiple number of images will be taken. This process is done using the ‘take image’ option. A message will be displayed in the notification box once the image is successfully captured and saved. For all the said process external webcam is used which is connected to raspberry pi. Fig -4: Taking image of the user to store in database • Training: After the taking the image, by clicking on ‘train image’, the image will be saved along with the entered student ID number and name. A message will bedisplayed in the notification box once the image is successfully trained. Fig -5: Dataset of trained images Attendance taking: If the dataset is not created, the process stated above has to be followed. If dataset is created and attendance is to be taken: • By clicking on track images camera startscapturingimages and detects the face of the student, thereby marking his/her attendance in the spreadsheet with the corresponding time and date, ID number and name. Once attendance is taken pressing ’q’ closes the camera. • Haar cascades is used to detect and recognize thefacesand it uses machine learning techniques in which a function is trained from a lot of positive and negative images. This process in the algorithm is feature extraction. • Quit option is given to close the portal.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 185 Fig -6: Face Recognition • Notification box is given to display the corresponding message as a consequence of the action of user. Fig -7: Message showing that attendance is taken successfully 5. Result Face Recognition based Smart Attendance System Using Internet of Things is simple for usage and works efficiently. The system works automatically once the registration of individual student is completed and dataset is created. The project results the following: • Time-saving • More efficient • Real-time • Precise • Automatic report in spreadsheet • Online updation is easy Fig -8: Attendance is saved in excel sheet as shown 6. Conclusion This paper on face recognition based smart attendance system using IoT features one of the best waysofattendance marking system which is time-saving, more efficient, real- time, precise, gives automatic report in spreadsheet, makes online updation easy. The system has been implemented using Raspberry Pi, Webcam, OpenCV, Haar cascade and python. Haar cascade, one among the finest face detection algorithmic program is used to confirm the standard of the system. Face Recognition based Smart Attendance System Using IoT is simple for usage and works efficiently. The system works automatically once the registration of individual student is completed and dataset is created. The project is designed addresses many of the issues of existing manual systems and finger print based biometric system. Face recognition concept to mark the attendance of student and makes the system better and efficient. This project can substitute all other attendance systems and performs efficiently. The Automated Classroom Attendance System helps in increasing the accuracy and speed ultimately achieving precise attendance to meet the needforautomatic classroom evaluation. The purpose of the paper to reduce errors and human effort in traditional attendance taking is achieved via face recognition based attendance system. The result shows the potential of our system to deal with the problem stated in chapter 2 References [1] Bussa, Sudhir & Mani, Ananya & Bharuka, Shruti & Kaushik, Sakshi. (2020). “Smart Attendance System using OPENCV” based on Facial Recognition. International Journal of Engineering Research. V9. 10.17577/IJERTV9IS030122. [2] S. Huang and H. Luo, "Attendance System Based on Dynamic Face Recognition," 2020 International Conference on Communications, Information System and Computer Engineering (CISCE), Kuala Lumpur, Malaysia, 2020, pp. 368-371, doi: 10.1109/CISCE50729.2020.00081. [3] Al-Muhaidhri,Ghalib.(2019). “SmartAttendanceSystem using Face Recognition”. International Journal of
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 186 Engineering Research and. V8. 10.17577/IJERTV8IS120046. [4] A. Shetty, Bhoomika, Deeksha, J. Rebeiro and Ramyashree, "Facial Recognition using Haar Cascade and LBP Classifiers", 2021. [5] Chintalapati, Shireesha & Raghunadh, M. (2013). “Automated attendance management system based on face recognition algorithms”. 1-5. 10.1109/ICCIC.2013.6724266. [6] M. Z. Khan, S. Harous, S. U. Hassan, M. U. Ghani Khan, R. Iqbal and S. Mumtaz, "Deep Unified Model For Face Recognition Based on Convolution Neural Network and Edge Computing," in IEEE Access, vol. 7, pp. 72622- 72633, 2019, doi: 10.1109/ACCESS.2019.2918275. [7] M. Arsenovic, S. Sladojevic, A. Anderla and D. Stefanovic, "FaceTime — Deep learning based face recognition attendance system," 2017 IEEE 15th International Symposium on Intelligent Systems and Informatics (SISY), 2017, pp. 000053-000058, doi: 10.1109/SISY.2017.8080587. [8] S.Sreesuba, G. Anitha, A.Irumporai, S.Usha, P.Sunitha Devi, “Facial Recognition based Attendance Marking System ”, Annals of RSCB, pp. 6452 –, Apr. 2021. [9] Venkata Kalyan Polamarasetty1, Muralidhar Reddy Reddem2, Dheeraj Ravi3, Mahith Sai Madala4, ” Attendance System based on Face Recognition” International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 [10] Kar, Nirmalya, et al. "Study of implementing automated attendance system using face recognition technique." International Journal of computer and communication engineering 1.2 (2012): 100. [11] A. Arjun Raj, M. Shoheb, K. Arvind and K. S. Chethan, "Face Recognition Based Smart Attendance System," 2020 International Conference on Intelligent Engineering and Management (ICIEM), London, UK, 2020, pp. 354-357, doi: 10.1109/ICIEM48762.2020.9160184. [12] F. V. Massoli, G. Amato, F. Falchi, C. GennaroandC.Vairo, “CNN-based System for Low Resolution Face Recognition” Conference: 27th Italian Symposium on Advanced Database Systems, AIMIR Research Activities 2019. (2019) [13] K. He, X. Zhang, S. Ren and J. Sun, Deep Residual Learning for Image Recognition, 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, (2016), 770-778 [14] Joseph, Dona. (2020). Automatic Attendance System using Face Recognition. International Journal for Research in Applied Science and Engineering Technology. 8. 769-773. 10.22214/ijraset.2020.30309. Biographies Tippavajhala Sundar Srinivas1 is pursuing B.E (CSE) in SCSVMV (Deemed to be University), Kancheepuram. Thota Goutham2 is pursuing B.E (CSE) in SCSVMV (Deemed to be U niversity),Kancheepuram. Dr. M. Senthil Kumaran3 is Associate Professor in Computer Science and Engineering department in SCSVMV (Deemed to be University),Kancheepuram.