SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3650
Intelligent Automated Attendance System Based on Facial Recognition
Ajimi . S1, Shammy Arun Mathew2, Dr. Dinakar Das C.N3
1P.G. Scholar, Applied Electronics & Instrumentation, Lourdes Matha College of Science & Technology, Kerala, India
2Assistant professor, Dept of ECE, Lourdes Matha College of Science & Technology, Kerala, India
3Associate Professor, Dept. of ECE, Lourdes Matha College of Science &Technology, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In School and colleges, daily attendance is a
common and important activity to check the performance of
the student. For large number of students, manualattendance
will be a difficult process. In these days, for overcome these
difficulties, some of the automated system developed. Each
these automated system have some drawbacks like cost, fake
attendance, low accuracy and intrusiveness. For solve these
drawbacks, need to develop a smart and automated
attendance system. This paper introduces face detection
method using the haar cascade classifier algorithm and
recognition using local binary pattern histogram algorithm
technique. The system will record the attendance of the
students in class room environment.
Key Words: Face Detection, Face Recognition, Haar cascade
classifier, LBPH algorithm
1. INTRODUCTION
Attendance is a very important factor in institutions and
organizations to maintain the record of lectures, salary, and
work hours etc. Manual method of attendance is followed in
most of the institutions and organizations using papers and
files. Now days, some of them are shifted to biometric
technique. The current method in colleges and schools used,
that are professors adding the attendance in a paper sheet
with the roll number and name of the studentandafter mark
of attendance, professors updates the attendance in a excel
sheet themselves. This type of method is more time
consuming and hectic. The question is why not shifting toan
automated attendance system which works on face
recognition technique. At the entry of classroom, have to
mark the attendance of the students and employees.
2. RELATED WORK
Smart attendance monitoring system: A face recognition
based attendance system for classroom environment[1]this
system using face recognition and face quality assessment,
help the attendance marking more easier. Once the system is
trained then it can be used in futurewithoutanyerror.Ituses
graphical user interface. The names are stored in ascending
order by this way, it reduce the efforts in conventional
process. The names are roll down based on alphabets.
Implementation of classroom attendance system based on
face recognition in class [2]this system capturing images of
individuals andstored the detected image of faceisdatabase
by using viola and Jones algorithm. Comparison is done by
eigen face method. And authorised person can mark
attendance by just opening an exe file.
Fingerprint attendance system for classroom needs [3]
makes the process easier and faster by using graphical user
interface. This is achieved by firstly registering the finger
print of students and that are stored in databases. Since
fingerprints are unique in nature, so each student can mark
this own attendance easily and it reduce time consumption
related to manual method.
RFID based attendance system [4] that can identify each
person by providing a ID card with an RFID tag make the
process, reduce the problem that are related to the
conventional method. This is done by placing ID card on the
reader and attendance marked at the right time without any
time delay.
A design and implementation of a wireless iris recognition
attendance management system [5] The Daugman’s
algorithm describe a system for marks attendance using iris
recognition. For making this process easierthesystemisfirst
trained and images are stored in database. Attendance is
marked by matching this image.
3. PROPOSED MODEL
3.1 System Architecture
The system architectureconsist of camera, detecting face,
face recognition, training set, storing in database and finally
marked the attendance. This system works using the Python
programminglanguage.Theproposedautomatedattendance
system based on face recognition.
Theproposedblockdiagramofautomatedattendancesystem
is shown in the Figure 1.
Fig -1: Proposed block diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3651
3.1.1 Capture Image
The system contain camera that capture the faces of
students. Then the image is sending for face detection.
3.1.2 Face Detection
Haar cascadeclassifier used to face detection. Face detection
means identify and locating a face in a captured image.
3.1.3 Image Pre processing
The system first images captured and convert it into gray
scale image. That means colored image is converting to gray
scale image.
3.1.4 Training set
The recognized the image is detected facesfromtraineddata.
3.1.5 Face recognition
The system important part is face recognition. The detected
image is done by cropped and processed later by face
recognition. This method is used of identify the each person
using his face image.
3.1.6 Attendance marked
After recognition process if the particular student will be
marked the attendance in the database of students details.
The attendance status of student can also be identified with
the help of user id and password.
4. PROPOSED ALGORITHM
This system important part is face detection and face
recognition. For face detection using haar cascade classifier
face detection algorithmwhileforfacerecognitionusinglocal
binary pattern histogram algorithm.
4.1 Face Detection using Haar Cascade Classifier
Paul Viola and Michael Jones proposed an effective object
detectionmethodofobjectdetectionusinghaarfeaturebased
cascadeclassifier. This approach based on machine learning.
From a lot of positive and negative images starts training for
the cascade function. For object detection this functions will
be used. For face detection, we need some positive and
negative images, which have no face images, for train the
classifier. After the training, extracts the features from it.
Haar feature functions are our conventional kernal. From
under white rectangle from sum of pixels under black
rectangle, each feature is a single value obtained by
subtracting sum of pixels.
4.2 Face Recognizer using Local Binary Pattern
Histogram
In locally dataset, characterize each image and performs
analyzes when new unknown image is provided. In the
dataset, compares the result to each of dataset the images.
By characterizing the local patternswithinthelocationin the
image, analyzing the images. This method is much better
than other methods. For given inputimage,LBPHalgorithms
generate new histogram during recognition process. Then
compare with the early stored histograms. It will detect the
top best matched histogram it will be return with the
associated label with the corresponding histogram.
In this system, there are 3 steps for the face recognition.
 First is, with the label for each person’s images
which is get from input. From each image detects
the faces. Then assign each detected face with the
associated label to the person who belongs to.
 The second step is, by feeding data from stepfirstto
train Open CV’s LBPH face recognizer.
 The third step is, to face recognizer, transfers some
test images. And tests if it predicts them correctly.
5. SYSTEM FLOW CHART
The flowcharts the operation of automated attendance
system shown in figure 2.
Fig -2: System flow diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3652
This system contain first image is captured and convert into
the gray scale image. That means colored image is converted
to gray scale image. Then face is detect and recognition the
face. And it is matched with the trained ones. If it is matched
with the trained one the attendance is marked as update the
attendance and generate report.
6. CONCLUSION AND FUTURE SCOPE
This replaces the manual attendance with the automated
system, which will time saving, low cost, efficient and fast.
The whole system is implemented in PYTHON programming
language. Haar cascade classifiers and Local Binary Pattern
Histogram are used in this system implementation, which
gives better accurate results than other method for
implementing the system.
In future works for the students gets SMS regarding his/her
attendance as alert. This purpose is done used by a GSM
module. Also parents get the SMS alert of their student
attendance.
REFERENCES
[1] Shubhobrata Bhattacharya, Gowtham Sandeep Nainala,
Prosenjit Das and Aurobinda Routray, “Smart
Attendance Monitoring System: A Face Recognition
based Attendance System for Classroom Environment”,
2018 IEEE 18th International Conference on Advanced
Learning Technologies, pp.358-360, 2018.
[2] Ajinkya Patil, Mrudang Shukla, “Implementation of
Classroom Attendance System Based On Face
Recognition in Class”, International Journal of Advances
in Engineering & Technology. ISSN: 22311963, Vol. 7,
Issue 3, pp. 974-979, July, 2014.
[3] B. K. Mohamed and C. Raghu “Fingerprint attendance
system for classroom needs”, in India Conference
(INDICON), 978-1-4673-2272-0/12/$31.00 ©2012
IEEE, pp.433-438.
[4] T. Lim, S. Sim, and M. Mansor “RFID based attendance
system”, in Industrial Electronics Applications, 2009.
ISIEA 2009. IEEE Symposium on, vol. 2, pp. 778-782,
IEEE, 2009.
[5] S. Kadry and K. Smaili, “A design and implementation of
a wireless iris recognition attendance management
system”, Information Technology and control, vol. 36,
no. 3, pp. 323–329, 2007.
[6] Preeti Mehta, Dr. Pankaj Tomar, "An Efficient
Attendance Management System based on Face
Recognition using Matlab and Raspberry Pi 2", May
2016 International Journal of Engineering Technology
Science and Research (IJETSR) ISSN 2394 – 3386
Volume 3, Issue 5.
[7] Ashish Choudhary, Abhishek Tripathi, Abhishek Bajaj,
Mudit Rathi, andB.MNandini,"AttendanceSystemUsing
Face Recognition", International Journal of Modern
Trends in Engineering and Research (IJMTER) Volume
03, Issue 04, ISSN (Online):2349–9745; ISSN
(Print):2393-8161, April– 2016.
[8] Michihiko Minon, Weijane Cin, Tetsuo Shoji, “Face
Recognition Based Lecture Attendance System” IEEE
Transaction June 2013.
[9] Shireesha Chintalapati, M.V. Raghunadh, “Automated
Attendance Management System Based on Face
Recognition Algorithms”, IEEEInternational Conference
on Computational IntelligenceandComputingResearch,
Jan 2014.
[10] Mashhood Sajid, Rubab Hussain, Muhammad
Usman, “A Conceptual Model for AutomatedAttendance
Marking System Using Facial Recognition”, IEEE
Conference Publication,978-1-4799-5421-6/14/$31.00
© 2014 IEEE, pp. 07-10.

More Related Content

What's hot

Project synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceProject synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceNitesh Dubey
 
Project presentation by Debendra Adhikari
Project presentation by Debendra AdhikariProject presentation by Debendra Adhikari
Project presentation by Debendra AdhikariDEBENDRA ADHIKARI
 
Automatic Attendance System using Deep Learning
Automatic Attendance System using Deep LearningAutomatic Attendance System using Deep Learning
Automatic Attendance System using Deep LearningSunil Aryal
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance systemmohanaprasad_v
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyShubhamLamichane
 
Face recognization 1
Face recognization 1Face recognization 1
Face recognization 1leenak770
 
Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionNikyaa7
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognitionMazin Alwaaly
 
Face Recognition Based Attendance System using Machine Learning
Face Recognition Based Attendance System using Machine LearningFace Recognition Based Attendance System using Machine Learning
Face Recognition Based Attendance System using Machine LearningYogeshIJTSRD
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdarraihansikdar
 
Thermal Infrared Face Recognition
Thermal Infrared Face RecognitionThermal Infrared Face Recognition
Thermal Infrared Face RecognitionTarun Jaiswal
 
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...Nischal Lal Shrestha
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/TechnologyRahulSingh3034
 
Attendence management system using face detection
Attendence management system using face detectionAttendence management system using face detection
Attendence management system using face detectionSaurabh Sutone
 

What's hot (20)

Project synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendanceProject synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendance
 
Project presentation by Debendra Adhikari
Project presentation by Debendra AdhikariProject presentation by Debendra Adhikari
Project presentation by Debendra Adhikari
 
Automatic Attendance System using Deep Learning
Automatic Attendance System using Deep LearningAutomatic Attendance System using Deep Learning
Automatic Attendance System using Deep Learning
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance system
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Face recognization 1
Face recognization 1Face recognization 1
Face recognization 1
 
Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial Recognition
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognition
 
Face Recognition Based Attendance System using Machine Learning
Face Recognition Based Attendance System using Machine LearningFace Recognition Based Attendance System using Machine Learning
Face Recognition Based Attendance System using Machine Learning
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdar
 
Face Detection
Face DetectionFace Detection
Face Detection
 
Face Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal GargFace Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal Garg
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Thermal Infrared Face Recognition
Thermal Infrared Face RecognitionThermal Infrared Face Recognition
Thermal Infrared Face Recognition
 
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
 
face detection
face detectionface detection
face detection
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/Technology
 
Attendence management system using face detection
Attendence management system using face detectionAttendence management system using face detection
Attendence management system using face detection
 

Similar to IRJET- Intelligent Automated Attendance System based on Facial Recognition

Implementation of Automatic Attendance Management System Using Harcascade and...
Implementation of Automatic Attendance Management System Using Harcascade and...Implementation of Automatic Attendance Management System Using Harcascade and...
Implementation of Automatic Attendance Management System Using Harcascade and...IRJET Journal
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...IRJET Journal
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTIRJET Journal
 
A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmIRJET Journal
 
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...
IRJET- Survey on Various Techniques of Attendance marking and Attention D...IRJET 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
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face RecognitionIRJET Journal
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET Journal
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET Journal
 
Attendance management system using face recognition
Attendance management system using face recognitionAttendance management system using face recognition
Attendance management system using face recognitionIAESIJAI
 
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
 
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
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET Journal
 
IRJET- Automated Attendance System using Face Recognition
IRJET-  	  Automated Attendance System using Face RecognitionIRJET-  	  Automated Attendance System using Face Recognition
IRJET- Automated Attendance System using Face RecognitionIRJET Journal
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET Journal
 
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
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET Journal
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET Journal
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyIRJET Journal
 

Similar to IRJET- Intelligent Automated Attendance System based on Facial Recognition (20)

Implementation of Automatic Attendance Management System Using Harcascade and...
Implementation of Automatic Attendance Management System Using Harcascade and...Implementation of Automatic Attendance Management System Using Harcascade and...
Implementation of Automatic Attendance Management System Using Harcascade and...
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoT
 
A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net Algorithm
 
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
 
Smart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionSmart Attendance System using Face-Recognition
Smart Attendance System using Face-Recognition
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face Recognition
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face Detection
 
Attendance management system using face recognition
Attendance management system using face recognitionAttendance management system using face recognition
Attendance management system using face recognition
 
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
 
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
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
IRJET- Automated Attendance System using Face Recognition
IRJET-  	  Automated Attendance System using Face RecognitionIRJET-  	  Automated Attendance System using Face Recognition
IRJET- Automated Attendance System using Face Recognition
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial Recognition
 
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
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A Survey
 
ppt.pdf
ppt.pdfppt.pdf
ppt.pdf
 

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

8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

IRJET- Intelligent Automated Attendance System based on Facial Recognition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3650 Intelligent Automated Attendance System Based on Facial Recognition Ajimi . S1, Shammy Arun Mathew2, Dr. Dinakar Das C.N3 1P.G. Scholar, Applied Electronics & Instrumentation, Lourdes Matha College of Science & Technology, Kerala, India 2Assistant professor, Dept of ECE, Lourdes Matha College of Science & Technology, Kerala, India 3Associate Professor, Dept. of ECE, Lourdes Matha College of Science &Technology, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In School and colleges, daily attendance is a common and important activity to check the performance of the student. For large number of students, manualattendance will be a difficult process. In these days, for overcome these difficulties, some of the automated system developed. Each these automated system have some drawbacks like cost, fake attendance, low accuracy and intrusiveness. For solve these drawbacks, need to develop a smart and automated attendance system. This paper introduces face detection method using the haar cascade classifier algorithm and recognition using local binary pattern histogram algorithm technique. The system will record the attendance of the students in class room environment. Key Words: Face Detection, Face Recognition, Haar cascade classifier, LBPH algorithm 1. INTRODUCTION Attendance is a very important factor in institutions and organizations to maintain the record of lectures, salary, and work hours etc. Manual method of attendance is followed in most of the institutions and organizations using papers and files. Now days, some of them are shifted to biometric technique. The current method in colleges and schools used, that are professors adding the attendance in a paper sheet with the roll number and name of the studentandafter mark of attendance, professors updates the attendance in a excel sheet themselves. This type of method is more time consuming and hectic. The question is why not shifting toan automated attendance system which works on face recognition technique. At the entry of classroom, have to mark the attendance of the students and employees. 2. RELATED WORK Smart attendance monitoring system: A face recognition based attendance system for classroom environment[1]this system using face recognition and face quality assessment, help the attendance marking more easier. Once the system is trained then it can be used in futurewithoutanyerror.Ituses graphical user interface. The names are stored in ascending order by this way, it reduce the efforts in conventional process. The names are roll down based on alphabets. Implementation of classroom attendance system based on face recognition in class [2]this system capturing images of individuals andstored the detected image of faceisdatabase by using viola and Jones algorithm. Comparison is done by eigen face method. And authorised person can mark attendance by just opening an exe file. Fingerprint attendance system for classroom needs [3] makes the process easier and faster by using graphical user interface. This is achieved by firstly registering the finger print of students and that are stored in databases. Since fingerprints are unique in nature, so each student can mark this own attendance easily and it reduce time consumption related to manual method. RFID based attendance system [4] that can identify each person by providing a ID card with an RFID tag make the process, reduce the problem that are related to the conventional method. This is done by placing ID card on the reader and attendance marked at the right time without any time delay. A design and implementation of a wireless iris recognition attendance management system [5] The Daugman’s algorithm describe a system for marks attendance using iris recognition. For making this process easierthesystemisfirst trained and images are stored in database. Attendance is marked by matching this image. 3. PROPOSED MODEL 3.1 System Architecture The system architectureconsist of camera, detecting face, face recognition, training set, storing in database and finally marked the attendance. This system works using the Python programminglanguage.Theproposedautomatedattendance system based on face recognition. Theproposedblockdiagramofautomatedattendancesystem is shown in the Figure 1. Fig -1: Proposed block diagram
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3651 3.1.1 Capture Image The system contain camera that capture the faces of students. Then the image is sending for face detection. 3.1.2 Face Detection Haar cascadeclassifier used to face detection. Face detection means identify and locating a face in a captured image. 3.1.3 Image Pre processing The system first images captured and convert it into gray scale image. That means colored image is converting to gray scale image. 3.1.4 Training set The recognized the image is detected facesfromtraineddata. 3.1.5 Face recognition The system important part is face recognition. The detected image is done by cropped and processed later by face recognition. This method is used of identify the each person using his face image. 3.1.6 Attendance marked After recognition process if the particular student will be marked the attendance in the database of students details. The attendance status of student can also be identified with the help of user id and password. 4. PROPOSED ALGORITHM This system important part is face detection and face recognition. For face detection using haar cascade classifier face detection algorithmwhileforfacerecognitionusinglocal binary pattern histogram algorithm. 4.1 Face Detection using Haar Cascade Classifier Paul Viola and Michael Jones proposed an effective object detectionmethodofobjectdetectionusinghaarfeaturebased cascadeclassifier. This approach based on machine learning. From a lot of positive and negative images starts training for the cascade function. For object detection this functions will be used. For face detection, we need some positive and negative images, which have no face images, for train the classifier. After the training, extracts the features from it. Haar feature functions are our conventional kernal. From under white rectangle from sum of pixels under black rectangle, each feature is a single value obtained by subtracting sum of pixels. 4.2 Face Recognizer using Local Binary Pattern Histogram In locally dataset, characterize each image and performs analyzes when new unknown image is provided. In the dataset, compares the result to each of dataset the images. By characterizing the local patternswithinthelocationin the image, analyzing the images. This method is much better than other methods. For given inputimage,LBPHalgorithms generate new histogram during recognition process. Then compare with the early stored histograms. It will detect the top best matched histogram it will be return with the associated label with the corresponding histogram. In this system, there are 3 steps for the face recognition.  First is, with the label for each person’s images which is get from input. From each image detects the faces. Then assign each detected face with the associated label to the person who belongs to.  The second step is, by feeding data from stepfirstto train Open CV’s LBPH face recognizer.  The third step is, to face recognizer, transfers some test images. And tests if it predicts them correctly. 5. SYSTEM FLOW CHART The flowcharts the operation of automated attendance system shown in figure 2. Fig -2: System flow diagram
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3652 This system contain first image is captured and convert into the gray scale image. That means colored image is converted to gray scale image. Then face is detect and recognition the face. And it is matched with the trained ones. If it is matched with the trained one the attendance is marked as update the attendance and generate report. 6. CONCLUSION AND FUTURE SCOPE This replaces the manual attendance with the automated system, which will time saving, low cost, efficient and fast. The whole system is implemented in PYTHON programming language. Haar cascade classifiers and Local Binary Pattern Histogram are used in this system implementation, which gives better accurate results than other method for implementing the system. In future works for the students gets SMS regarding his/her attendance as alert. This purpose is done used by a GSM module. Also parents get the SMS alert of their student attendance. REFERENCES [1] Shubhobrata Bhattacharya, Gowtham Sandeep Nainala, Prosenjit Das and Aurobinda Routray, “Smart Attendance Monitoring System: A Face Recognition based Attendance System for Classroom Environment”, 2018 IEEE 18th International Conference on Advanced Learning Technologies, pp.358-360, 2018. [2] Ajinkya Patil, Mrudang Shukla, “Implementation of Classroom Attendance System Based On Face Recognition in Class”, International Journal of Advances in Engineering & Technology. ISSN: 22311963, Vol. 7, Issue 3, pp. 974-979, July, 2014. [3] B. K. Mohamed and C. Raghu “Fingerprint attendance system for classroom needs”, in India Conference (INDICON), 978-1-4673-2272-0/12/$31.00 ©2012 IEEE, pp.433-438. [4] T. Lim, S. Sim, and M. Mansor “RFID based attendance system”, in Industrial Electronics Applications, 2009. ISIEA 2009. IEEE Symposium on, vol. 2, pp. 778-782, IEEE, 2009. [5] S. Kadry and K. Smaili, “A design and implementation of a wireless iris recognition attendance management system”, Information Technology and control, vol. 36, no. 3, pp. 323–329, 2007. [6] Preeti Mehta, Dr. Pankaj Tomar, "An Efficient Attendance Management System based on Face Recognition using Matlab and Raspberry Pi 2", May 2016 International Journal of Engineering Technology Science and Research (IJETSR) ISSN 2394 – 3386 Volume 3, Issue 5. [7] Ashish Choudhary, Abhishek Tripathi, Abhishek Bajaj, Mudit Rathi, andB.MNandini,"AttendanceSystemUsing Face Recognition", International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 03, Issue 04, ISSN (Online):2349–9745; ISSN (Print):2393-8161, April– 2016. [8] Michihiko Minon, Weijane Cin, Tetsuo Shoji, “Face Recognition Based Lecture Attendance System” IEEE Transaction June 2013. [9] Shireesha Chintalapati, M.V. Raghunadh, “Automated Attendance Management System Based on Face Recognition Algorithms”, IEEEInternational Conference on Computational IntelligenceandComputingResearch, Jan 2014. [10] Mashhood Sajid, Rubab Hussain, Muhammad Usman, “A Conceptual Model for AutomatedAttendance Marking System Using Facial Recognition”, IEEE Conference Publication,978-1-4799-5421-6/14/$31.00 © 2014 IEEE, pp. 07-10.