SlideShare a Scribd company logo
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 24 – 27
_______________________________________________________________________________________________
24
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Automatic Attendance Using Face Recognition
Ms. Pooja Humbe, Ms. Shivani Kudale, Ms. Apurva
Kamshetty
Trinity College of Engineering and Research
University of Pune, India
humbepooja888@gmail.com
shivanikudale0@gmail.com
apurvakamshetty@gmail.com
Ms. Akshata Jagtap, Prof. Krushna Belerao
Trinity College of Engineering and Research
University of Pune, India
akshatajagtap36566@gmail.com
krushnabelerao@gmail.com
Abstract— Human face detection and recognition is an important technology used in various applications such as video monitor system.
Traditional method for taking attendance is Roll Number of student and record the attendance in sheet which takes a lot of time. Because of that
systems like automatic attendance is used. To overcome the problems like wastage of time, incorrect attendance, the proposed system gives a
method like when he enters the class room , system marks the attendance by extracting the image using Principal Component Analysis
algorithm. The system will record the attendance of the student automatically. The student database is collected, it includes name of the students,
there images and roll number. It carries an entry in log report of every student of each subject and generates a pdf report of the attendance of the
student.
Keywords- face detection and recognition, Principal Component Analysis(PCA), MySQL, feature extraction.
__________________________________________________*****_________________________________________________
I. INTRODUCTION
Student should attend the lectures regularly. This has at
the end of a semester constituted part of student final grade
.To mark attendance manually which take a lot of time from
the teaching process. To create and maintain the record of
attendance is compulsory in all schools, colleges. Hence
there are so many approaches of taking attendance like,
automatic attendance. Image processing is a special kind of
signal processing which performs operations on images, to
extract useful data from it. Input is image, and output is
image with great features. A Face Recognition system is an
application of image processing which performs two major
tasks of identifying and verifying a person from an image .In
traditional attendance system there are some issues like fake
attendance , time consumption, manipulation of attendance
and information cannot be secure. It is an application of
identifying or verifying a person from a digital image. It is
by comparing some facial features from the image and a
face database. Nowadays digital ease of use is very popular
than pen and paper.This digital growth results is popular for
less time consuming and accurate user identification and
verification. So, there are number of algorithms are
available from which we included Principal Component
Analysis (PCA) algorithm.
II. LITERATURE SURVEY
Image processing is consists of the input image, a
photograph; the output of may be an image or a set of
characteristics or parameters respect to the image. Image
processing is classified into two types. They are,
1. Analog image processing
2. Digital image processing
Two dimensional analog signals is processed by analog
image processing. Digital image processing is the use of
computer algorithms or image processing on digital images.
Digital image processing is performed on a two dimensional
image by a digital computer.
Facial recognition technology is a new way of identify
people. It works by picking faces out of a crowd, obtaining
the measurements and comparing it to the images already
present in the database. The manual method will be replaced
by automatic attendance system , which is takes a lot of time
and is hard to maintain.
In general, there are two known approaches to HFR,
i.e. feature-based and brightness-based approach. The
feature- based approach uses key point features of the face,
such as edges, eyes, nose, mouth, or other special
characteristics. Therefore, the calculation process only
covers some parts of the given image that have been
extracted previously. On the other hand, the brightness-
based approach calculates all parts of the given image. It is
also known as holistic-based or image-based approach.
Eigenface Approach
Eigenface approach is used ,it transforms faces into a
set of characteristics, eigenfaces which is considered as
training data. Recognition is done by projecting a new
image in the eigenface subspace, in which person is
classified by comparing its position in eigenface space with
the position of known individuals.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 24 – 27
_______________________________________________________________________________________________
25
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Set of eigenvectors are known as eigenvectors if they
are used for human face recognition. The covariance matrix
of the probability distribution is used for derivation of
eigenvectors. To construct the covariance matrix, eigenface
form a basic set of all images. To represent the original
training images, it produces dimension reduction by
allowing the smaller set of basis images Classification can
be achieved by comparing how faces are represented by the
basis set.
1. In this paper , Initially video clip of classroom is
taken and is stored in the database, then video is converted
to images, then apply the face detection techniques to detect
the faces and then features extraction is done by Histogram
of Oriented Gradients and Local Binary Pattern algorithm.
[1]
2. In this paper, a method for student attendance
system in classroom using face recognition technique by
using Discrete Wavelet Transforms and Discrete Cosine
Transform to extract the features of student’s face which is
followed by use of Radial Basis Function for classifying the
facial components. [2]
3. In this paper, the proposed system describes a
method like when he enters the class room and marks the
attendance by extracting the image using Personal
Component Analysis algorithm. The system will mark the
attendance of the student and it will maintain a log of each
student of each subject and also generates a pdf report of the
student attendance. Using Simple Mail Transfer Protocol the
report will be sent to the faculty and also to the parents. [3]
III. SYSTEM REQUIREMENT
A. Software
PP Controller
XAMPP Controller is open source cross-platform, web
server solution database free software which contains the
MariaDB database Apache HTTP Server, and interpreters
for scripts which are written in the Perl and PHP
programming languages.
NetBeans
NetBeans is written in java,it is a software development
platform. Applications are developed from modules.
Applications are designed on the NetBeans Platform, with
integrated development environment (IDE), it can be
extended by third party and other developers.
Frontend
Java Advance(JSwing,Applet)
Backend
MySQL
B. Hardware
Camera
Specifications
Pan Angle: 360 degree
Connectivity: Ethernet, Fireware Focus Range: 100-150cm
It has Night Vision and Devices: Laptop, PC
Video Sensor Resolution: 1280*720 pixel Still Image Sensor
Resolution: 720 MPHD
IV. METHODOLOGY
The first step is that, the staff is provided with their
own Username and Password to Log-in. Next step is, the
training image and their features are stored in the database.
Then, testing image features are compared with the training
images. Once the image is identified, the attendance will be
registered. Finally, the attendance details of the student are
send to staff and parent through E-Mail.
1. Login.
2. Staff & Student Information.
3. Update Attendance.
4. Feature Extraction.
5. Feature classification
V. SYSTEM ARCHITECTURE
Figure 2. System Architecture
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 24 – 27
_______________________________________________________________________________________________
26
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Image Acquisition
Images can be acquired by facial-scan technology from
camera that captures images of better quality and resolution.
Pre-processing
First Image is cropped from acquired image. Then
cropped images are resized to some pixels for face
recognition. These resized images are converted from RGB
to Gray level.
Database (DB)
It stores the pre-processed images for further processing
and results.
Template Matching
It compares match templates against enrollment
templates. In identifying a single individual from a large
database, facial scan is not so effective as iris scan. After
large-scale facial-scan identification searches, numbers of
matches are returned.
Face Recognition
For face recognition or detection it compares selected
facial components from the image and a face database, it
identifies or verifies a person in image.
Face Database Generation
Original face database consists of images of all students
having 5 images per student. With change in intensity of
light and various facial expressions, the original database
images are acquired at various interval of time.
VI. ALGORITHM
Principal Component Analysis (PCA)
In this , a face contains set of important feature and
these are called Principal Components or Eigen Faces. By
implementing PCA Technique facial features are extracted
from original database.
Usage of PCA algorithm
1. For data analysis
2. In data mining and machine learning.
Benefits of PCA Algorithm
1. Very robust to outliers and data corruption
2. Speed and performance is good.
3. Identifying moving objects
4. Facial recognition.
Steps
1. Reduction of data into single vector.
2. Calculate mean of the data.
3. Calculate the covariance matrix.
4. Compute the eigenvalues and eigenvectors of
the covariance matrix.
5. Choosing component and forming a feature vector.
6. Deriving new data coordinates.
7. Approximation.
VII. CONCLUSION
The automated student attendance system using human
face recognition technique works nicely.The automatic
attendance management will replace the traditional method,
which takes a lot of time and is hard to maintain.
Certainly, it is improved for better result particularly by
paying attention in feature extraction or recognition process.
This improvement may help the recognition process become
more robust.
VIII. FUTURESCOPE
The current developed software is installed on the system,
i.e. it is a desktop application, and it will be used for some
institute. But later it can be updated so that it will be operate
as online application. Currently, the system has reached up
to some great accuracy level for partial and dense images. It
can further be improved to obtain higher accuracy level. It
can be automatically updated by the use of the concept of
Internet of Things.
ACKNOWLEDGMENT
The project on “Automatic attendance using face
recognition“ is a source of trending and immense
information to us. We would glad to express our sincere
gratitude to the “Trinity College of Engineering and
Research department of Computer Technology for the
guidance and most valuable support in the help for this
project work. We acknowledge with a pleasant gratitude, the
encouragement and inspiration received from our guide
Prof.Krushana Belerao, Head of the Department
Prof.Dr.S.B.Chaudhari , Principal Dr. P. Dabeer and
colleagues.
REFERENCES
[1] Aziza Ahmedi , Dr Suvarna Nandyal.” An Automatic
Attendance System using Image Processing.”The
International Journal Of Engineering And Science (IJES) ||
Volume || 4 || Issue || 11 || Pages || PP - 01-08|| 2015 ||ISSN
(e): 2319 1813 ISSN (p): 2319 1805
[2] Samuel Lukas , Aditya Rama Mitra , Ririn Ikana Desanti ,
Dion Krisnadi “Student Attendance System in Classroom
Using Face Recognition Technique.”
ieeexplore.ieee.org/document/7763360/
[3] D. Nithya.“Automated Class Attendance System based on
Face Recognition using PCA Algorithm.”Avinashilingam
Institute for Home Science and Higher Education for
Women, Coimbatore, India. (IJERT)ISSN: 2278-0181Vol.
4 Issue 12, December-2015.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 12 24 – 27
_______________________________________________________________________________________________
27
IJRITCC | December 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
[4] Dr. Nita Thakare , Meghna Shrivastava , Nidhi Kumari
,Neha Kumari , Darleen Kaur , Rinku Singh .”Face
Detection And Recognition For Automatic Attendance
System.” International Journal of Computer Science and
Mobile Computing, Vol.5 Issue.4,
[5] Shireesha Chintalapati, M. V. Raghunadh,“ Automated
attendance management system using face
recognition algorithms.” (ICCIC), 2013 IEEE International
Conference, DOI: 10.1109/ICCIC.2013.6724266.
[6] Mangesh Owandkar.” Attendance Monitoring System using
Face Recognition.”International Research Journal of
Engineering and Technology (IRJET), www.irjet.net
.Volume: 04 Issue: 05 | May -2017
https://www.irjet.net/archives/V4/i5/IRJET-V4I5228.pdf.
[7] Abhishek Jha ,” Class Room Attendance System Using
Facial Recognition System.”The International Journal of
Mathematics, Science, Technology and Management (ISSN
: 2319-8125) Vol. 2 Issue 3
[8] E.Varadharajan,R.Dharani, S.Jeevitha, B.Kavinmathi,
S.Hemalatha,” AUTOMATIC ATTENDANCE
MANAGEMENT SYSTEM USING FACE
DETECTION”, ieeexplore.ieee.org/document/7916753/
[9] Jyotshana Kanti, Shubha Sharma,” Automated Attendance
using Face Recognition based on PCA with Artificial
Neural Network.” Volume 3 Issue 6, June 2014
www.ijsr.net., Paper ID: 0201420.
[10] Yohei KAWAGUCHI ,Tetsuo SHOJI, Weijane LIN,Koh
KAKUSHO, Michihiko MINOH,” Face Recognition based
Lecture Attendance
System.”https://www.researchgate.net/publication/2416086
17_Face_Rec ognition-based_Lecture_Attendance_System.
[11] A. R. Mitra, R. I. Desanti., L. Samuel, D.
Krisndi.,“Implementing Discrete Wavelet and Cosine
Transform with Radial Basis Function Neural Network in
Facial Image Recognition”, Journal of Image and Graphics,
June 2016.
[12] Khayam S.A, The Discrete Cosine Transform
(DCT):Theory and Application, Michigan State University,
2003
[13] Nikunj Jain, Mr. Manish Kumar, Mayank Agarwal and
Himanshu Agrawal. Face Recognition with Eigen Faces,
Artificial Neural Network. International Journal of
Computer Engineering, August, 2010.
[14] U. B. Desai, V. V. Kohir, Face Recognition Using a DCT-
HMM Approach, Indian Institute of Technology,
Mumbai,India, 1998.
[15] R.W. Jasutkar, Y. S. Bute “Implement discrete wavelet
transform for image compression,” (IJCSN), 2012
[16] Z. Shaaban, M. Alwakeel “Face recognition based on
wavelet transform, principal component analysis with
Levenberg-Marquardt back propagation neural network,”
European Journal of Scientific Research, 2010.
[17] S. E. Handy, S. Lukas, “Further tests for face recognition
using discrete cosine transform with HMM,” in Proc.
(MICEEI), Makasar,2012.
[18] J.Nalini, A.A. Blessie and S.C.Ramesh, “Image
compression using wavelet transform based on the lifting
scheme and its implementation,” International Journal of
Computer Science Issues, 2011.
[19] S. Choubey, Y. S. Bute “Discrete wavelet transform for
image processing,” International Journal of Emerging
Technology and Advanced Engineering, vol. 4, issue 3,
March, 2015
[20] Sumayyah Redhwan Allaam, Bayan Ali Saad Al-
Ghamdi. Human Face by Face Recognition System with
3D. Journal of Information & Communication Technology,
2010.

More Related Content

What's hot

Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
usha2016
 
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
YogeshIJTSRD
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
Zara Tariq
 
Face Recognition Attendance System
Face Recognition Attendance System Face Recognition Attendance System
Face Recognition Attendance System
Shreya Dandavate
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
Shravan Halankar
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance system
Naomi Kulkarni
 
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
raihansikdar
 
Face Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemKarmesh Maheshwari
 
Face recognigion system ppt
Face recognigion system pptFace recognigion system ppt
Face recognigion system ppt
Ravi Kumar
 
Autonomic computing seminar documentation
Autonomic computing seminar documentationAutonomic computing seminar documentation
Autonomic computing seminar documentation
Georgekutty Francis
 
human face detection using matlab
human face detection using matlabhuman face detection using matlab
human face detection using matlab
shamima sultana
 
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 Journal
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face Recognition
NanditaDutta4
 
Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial Recognition
Nikyaa7
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
Yogesh Lamture
 
Biometrics Technology Seminar Report.
Biometrics Technology Seminar Report.Biometrics Technology Seminar Report.
Biometrics Technology Seminar Report.
Pavan Kumar MT
 
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptxSMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
BikashUpadhaya1
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection System
Abhiroop Ghatak
 
Face recognition
Face recognitionFace recognition
Face recognition
sandeepsharma1193
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
ShubhamLamichane
 

What's hot (20)

Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
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 Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
 
Face Recognition Attendance System
Face Recognition Attendance System Face Recognition Attendance System
Face Recognition Attendance System
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
Face recognition attendance system
Face recognition attendance systemFace recognition attendance system
Face recognition attendance system
 
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 Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance System
 
Face recognigion system ppt
Face recognigion system pptFace recognigion system ppt
Face recognigion system ppt
 
Autonomic computing seminar documentation
Autonomic computing seminar documentationAutonomic computing seminar documentation
Autonomic computing seminar documentation
 
human face detection using matlab
human face detection using matlabhuman face detection using matlab
human face detection using matlab
 
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
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face Recognition
 
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 system
Face recognition systemFace recognition system
Face recognition system
 
Biometrics Technology Seminar Report.
Biometrics Technology Seminar Report.Biometrics Technology Seminar Report.
Biometrics Technology Seminar Report.
 
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptxSMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
SMART ATTENDANCE SYSTEM USING FACE RECOGNITION (233.pptx
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection System
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 

Similar to Automatic Attendance Using Face Recognition

IRJET - Facial Recognition based Attendance Management System
IRJET - Facial Recognition based Attendance Management SystemIRJET - Facial Recognition based Attendance Management System
IRJET - Facial Recognition based Attendance Management System
IRJET Journal
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
IRJET Journal
 
Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)
IRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
IRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
IRJET Journal
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
IRJET Journal
 
A Biometric Fusion Based on Face and Fingerprint Recognition using ANN
A Biometric Fusion Based on Face and Fingerprint Recognition using ANNA Biometric Fusion Based on Face and Fingerprint Recognition using ANN
A Biometric Fusion Based on Face and Fingerprint Recognition using ANN
rahulmonikasharma
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face Recognition
IRJET Journal
 
Attendance Monitoring Using Face Recognition with Message Alert
Attendance Monitoring Using Face Recognition with Message AlertAttendance Monitoring Using Face Recognition with Message Alert
Attendance Monitoring Using Face Recognition with Message Alert
Associate Professor in VSB Coimbatore
 
Framework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining TechniqueFramework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining Technique
rahulmonikasharma
 
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
IRJET 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 Algorithm
IRJET Journal
 
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITIONATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
IRJET 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 System
IRJET Journal
 
Ingerprint based student attendance system with sms alert to parents
Ingerprint based student attendance system with sms alert to parentsIngerprint based student attendance system with sms alert to parents
Ingerprint based student attendance system with sms alert to parents
eSAT Journals
 
Face Liveness Detection for Biometric Antispoofing Applications using Color T...
Face Liveness Detection for Biometric Antispoofing Applications using Color T...Face Liveness Detection for Biometric Antispoofing Applications using Color T...
Face Liveness Detection for Biometric Antispoofing Applications using Color T...
rahulmonikasharma
 
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm OptimizationObject Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
rahulmonikasharma
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AM Publications
 
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
IRJET Journal
 
ATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AI
IRJET Journal
 

Similar to Automatic Attendance Using Face Recognition (20)

IRJET - Facial Recognition based Attendance Management System
IRJET - Facial Recognition based Attendance Management SystemIRJET - Facial Recognition based Attendance Management System
IRJET - Facial Recognition based Attendance Management System
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
 
Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)
 
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
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
 
A Biometric Fusion Based on Face and Fingerprint Recognition using ANN
A Biometric Fusion Based on Face and Fingerprint Recognition using ANNA Biometric Fusion Based on Face and Fingerprint Recognition using ANN
A Biometric Fusion Based on Face and Fingerprint Recognition using ANN
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face Recognition
 
Attendance Monitoring Using Face Recognition with Message Alert
Attendance Monitoring Using Face Recognition with Message AlertAttendance Monitoring Using Face Recognition with Message Alert
Attendance Monitoring Using Face Recognition with Message Alert
 
Framework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining TechniqueFramework on Retrieval of Hypermedia Data using Data mining Technique
Framework on Retrieval of Hypermedia Data using Data mining Technique
 
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
 
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
 
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITIONATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
ATTENDANCE MANAGEMENT VIA FACIAL RECOGNITION
 
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
 
Ingerprint based student attendance system with sms alert to parents
Ingerprint based student attendance system with sms alert to parentsIngerprint based student attendance system with sms alert to parents
Ingerprint based student attendance system with sms alert to parents
 
Face Liveness Detection for Biometric Antispoofing Applications using Color T...
Face Liveness Detection for Biometric Antispoofing Applications using Color T...Face Liveness Detection for Biometric Antispoofing Applications using Color T...
Face Liveness Detection for Biometric Antispoofing Applications using Color T...
 
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm OptimizationObject Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
 
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
 
ATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AIATTENDANCE BY FACE RECOGNITION USING AI
ATTENDANCE BY FACE RECOGNITION USING AI
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
rahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
rahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
rahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
rahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
rahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
rahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
rahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
rahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
rahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
rahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
rahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
rahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
rahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
rahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
rahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 

Automatic Attendance Using Face Recognition

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 24 – 27 _______________________________________________________________________________________________ 24 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Automatic Attendance Using Face Recognition Ms. Pooja Humbe, Ms. Shivani Kudale, Ms. Apurva Kamshetty Trinity College of Engineering and Research University of Pune, India humbepooja888@gmail.com shivanikudale0@gmail.com apurvakamshetty@gmail.com Ms. Akshata Jagtap, Prof. Krushna Belerao Trinity College of Engineering and Research University of Pune, India akshatajagtap36566@gmail.com krushnabelerao@gmail.com Abstract— Human face detection and recognition is an important technology used in various applications such as video monitor system. Traditional method for taking attendance is Roll Number of student and record the attendance in sheet which takes a lot of time. Because of that systems like automatic attendance is used. To overcome the problems like wastage of time, incorrect attendance, the proposed system gives a method like when he enters the class room , system marks the attendance by extracting the image using Principal Component Analysis algorithm. The system will record the attendance of the student automatically. The student database is collected, it includes name of the students, there images and roll number. It carries an entry in log report of every student of each subject and generates a pdf report of the attendance of the student. Keywords- face detection and recognition, Principal Component Analysis(PCA), MySQL, feature extraction. __________________________________________________*****_________________________________________________ I. INTRODUCTION Student should attend the lectures regularly. This has at the end of a semester constituted part of student final grade .To mark attendance manually which take a lot of time from the teaching process. To create and maintain the record of attendance is compulsory in all schools, colleges. Hence there are so many approaches of taking attendance like, automatic attendance. Image processing is a special kind of signal processing which performs operations on images, to extract useful data from it. Input is image, and output is image with great features. A Face Recognition system is an application of image processing which performs two major tasks of identifying and verifying a person from an image .In traditional attendance system there are some issues like fake attendance , time consumption, manipulation of attendance and information cannot be secure. It is an application of identifying or verifying a person from a digital image. It is by comparing some facial features from the image and a face database. Nowadays digital ease of use is very popular than pen and paper.This digital growth results is popular for less time consuming and accurate user identification and verification. So, there are number of algorithms are available from which we included Principal Component Analysis (PCA) algorithm. II. LITERATURE SURVEY Image processing is consists of the input image, a photograph; the output of may be an image or a set of characteristics or parameters respect to the image. Image processing is classified into two types. They are, 1. Analog image processing 2. Digital image processing Two dimensional analog signals is processed by analog image processing. Digital image processing is the use of computer algorithms or image processing on digital images. Digital image processing is performed on a two dimensional image by a digital computer. Facial recognition technology is a new way of identify people. It works by picking faces out of a crowd, obtaining the measurements and comparing it to the images already present in the database. The manual method will be replaced by automatic attendance system , which is takes a lot of time and is hard to maintain. In general, there are two known approaches to HFR, i.e. feature-based and brightness-based approach. The feature- based approach uses key point features of the face, such as edges, eyes, nose, mouth, or other special characteristics. Therefore, the calculation process only covers some parts of the given image that have been extracted previously. On the other hand, the brightness- based approach calculates all parts of the given image. It is also known as holistic-based or image-based approach. Eigenface Approach Eigenface approach is used ,it transforms faces into a set of characteristics, eigenfaces which is considered as training data. Recognition is done by projecting a new image in the eigenface subspace, in which person is classified by comparing its position in eigenface space with the position of known individuals.
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 24 – 27 _______________________________________________________________________________________________ 25 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Set of eigenvectors are known as eigenvectors if they are used for human face recognition. The covariance matrix of the probability distribution is used for derivation of eigenvectors. To construct the covariance matrix, eigenface form a basic set of all images. To represent the original training images, it produces dimension reduction by allowing the smaller set of basis images Classification can be achieved by comparing how faces are represented by the basis set. 1. In this paper , Initially video clip of classroom is taken and is stored in the database, then video is converted to images, then apply the face detection techniques to detect the faces and then features extraction is done by Histogram of Oriented Gradients and Local Binary Pattern algorithm. [1] 2. In this paper, a method for student attendance system in classroom using face recognition technique by using Discrete Wavelet Transforms and Discrete Cosine Transform to extract the features of student’s face which is followed by use of Radial Basis Function for classifying the facial components. [2] 3. In this paper, the proposed system describes a method like when he enters the class room and marks the attendance by extracting the image using Personal Component Analysis algorithm. The system will mark the attendance of the student and it will maintain a log of each student of each subject and also generates a pdf report of the student attendance. Using Simple Mail Transfer Protocol the report will be sent to the faculty and also to the parents. [3] III. SYSTEM REQUIREMENT A. Software PP Controller XAMPP Controller is open source cross-platform, web server solution database free software which contains the MariaDB database Apache HTTP Server, and interpreters for scripts which are written in the Perl and PHP programming languages. NetBeans NetBeans is written in java,it is a software development platform. Applications are developed from modules. Applications are designed on the NetBeans Platform, with integrated development environment (IDE), it can be extended by third party and other developers. Frontend Java Advance(JSwing,Applet) Backend MySQL B. Hardware Camera Specifications Pan Angle: 360 degree Connectivity: Ethernet, Fireware Focus Range: 100-150cm It has Night Vision and Devices: Laptop, PC Video Sensor Resolution: 1280*720 pixel Still Image Sensor Resolution: 720 MPHD IV. METHODOLOGY The first step is that, the staff is provided with their own Username and Password to Log-in. Next step is, the training image and their features are stored in the database. Then, testing image features are compared with the training images. Once the image is identified, the attendance will be registered. Finally, the attendance details of the student are send to staff and parent through E-Mail. 1. Login. 2. Staff & Student Information. 3. Update Attendance. 4. Feature Extraction. 5. Feature classification V. SYSTEM ARCHITECTURE Figure 2. System Architecture
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 24 – 27 _______________________________________________________________________________________________ 26 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Image Acquisition Images can be acquired by facial-scan technology from camera that captures images of better quality and resolution. Pre-processing First Image is cropped from acquired image. Then cropped images are resized to some pixels for face recognition. These resized images are converted from RGB to Gray level. Database (DB) It stores the pre-processed images for further processing and results. Template Matching It compares match templates against enrollment templates. In identifying a single individual from a large database, facial scan is not so effective as iris scan. After large-scale facial-scan identification searches, numbers of matches are returned. Face Recognition For face recognition or detection it compares selected facial components from the image and a face database, it identifies or verifies a person in image. Face Database Generation Original face database consists of images of all students having 5 images per student. With change in intensity of light and various facial expressions, the original database images are acquired at various interval of time. VI. ALGORITHM Principal Component Analysis (PCA) In this , a face contains set of important feature and these are called Principal Components or Eigen Faces. By implementing PCA Technique facial features are extracted from original database. Usage of PCA algorithm 1. For data analysis 2. In data mining and machine learning. Benefits of PCA Algorithm 1. Very robust to outliers and data corruption 2. Speed and performance is good. 3. Identifying moving objects 4. Facial recognition. Steps 1. Reduction of data into single vector. 2. Calculate mean of the data. 3. Calculate the covariance matrix. 4. Compute the eigenvalues and eigenvectors of the covariance matrix. 5. Choosing component and forming a feature vector. 6. Deriving new data coordinates. 7. Approximation. VII. CONCLUSION The automated student attendance system using human face recognition technique works nicely.The automatic attendance management will replace the traditional method, which takes a lot of time and is hard to maintain. Certainly, it is improved for better result particularly by paying attention in feature extraction or recognition process. This improvement may help the recognition process become more robust. VIII. FUTURESCOPE The current developed software is installed on the system, i.e. it is a desktop application, and it will be used for some institute. But later it can be updated so that it will be operate as online application. Currently, the system has reached up to some great accuracy level for partial and dense images. It can further be improved to obtain higher accuracy level. It can be automatically updated by the use of the concept of Internet of Things. ACKNOWLEDGMENT The project on “Automatic attendance using face recognition“ is a source of trending and immense information to us. We would glad to express our sincere gratitude to the “Trinity College of Engineering and Research department of Computer Technology for the guidance and most valuable support in the help for this project work. We acknowledge with a pleasant gratitude, the encouragement and inspiration received from our guide Prof.Krushana Belerao, Head of the Department Prof.Dr.S.B.Chaudhari , Principal Dr. P. Dabeer and colleagues. REFERENCES [1] Aziza Ahmedi , Dr Suvarna Nandyal.” An Automatic Attendance System using Image Processing.”The International Journal Of Engineering And Science (IJES) || Volume || 4 || Issue || 11 || Pages || PP - 01-08|| 2015 ||ISSN (e): 2319 1813 ISSN (p): 2319 1805 [2] Samuel Lukas , Aditya Rama Mitra , Ririn Ikana Desanti , Dion Krisnadi “Student Attendance System in Classroom Using Face Recognition Technique.” ieeexplore.ieee.org/document/7763360/ [3] D. Nithya.“Automated Class Attendance System based on Face Recognition using PCA Algorithm.”Avinashilingam Institute for Home Science and Higher Education for Women, Coimbatore, India. (IJERT)ISSN: 2278-0181Vol. 4 Issue 12, December-2015.
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 12 24 – 27 _______________________________________________________________________________________________ 27 IJRITCC | December 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ [4] Dr. Nita Thakare , Meghna Shrivastava , Nidhi Kumari ,Neha Kumari , Darleen Kaur , Rinku Singh .”Face Detection And Recognition For Automatic Attendance System.” International Journal of Computer Science and Mobile Computing, Vol.5 Issue.4, [5] Shireesha Chintalapati, M. V. Raghunadh,“ Automated attendance management system using face recognition algorithms.” (ICCIC), 2013 IEEE International Conference, DOI: 10.1109/ICCIC.2013.6724266. [6] Mangesh Owandkar.” Attendance Monitoring System using Face Recognition.”International Research Journal of Engineering and Technology (IRJET), www.irjet.net .Volume: 04 Issue: 05 | May -2017 https://www.irjet.net/archives/V4/i5/IRJET-V4I5228.pdf. [7] Abhishek Jha ,” Class Room Attendance System Using Facial Recognition System.”The International Journal of Mathematics, Science, Technology and Management (ISSN : 2319-8125) Vol. 2 Issue 3 [8] E.Varadharajan,R.Dharani, S.Jeevitha, B.Kavinmathi, S.Hemalatha,” AUTOMATIC ATTENDANCE MANAGEMENT SYSTEM USING FACE DETECTION”, ieeexplore.ieee.org/document/7916753/ [9] Jyotshana Kanti, Shubha Sharma,” Automated Attendance using Face Recognition based on PCA with Artificial Neural Network.” Volume 3 Issue 6, June 2014 www.ijsr.net., Paper ID: 0201420. [10] Yohei KAWAGUCHI ,Tetsuo SHOJI, Weijane LIN,Koh KAKUSHO, Michihiko MINOH,” Face Recognition based Lecture Attendance System.”https://www.researchgate.net/publication/2416086 17_Face_Rec ognition-based_Lecture_Attendance_System. [11] A. R. Mitra, R. I. Desanti., L. Samuel, D. Krisndi.,“Implementing Discrete Wavelet and Cosine Transform with Radial Basis Function Neural Network in Facial Image Recognition”, Journal of Image and Graphics, June 2016. [12] Khayam S.A, The Discrete Cosine Transform (DCT):Theory and Application, Michigan State University, 2003 [13] Nikunj Jain, Mr. Manish Kumar, Mayank Agarwal and Himanshu Agrawal. Face Recognition with Eigen Faces, Artificial Neural Network. International Journal of Computer Engineering, August, 2010. [14] U. B. Desai, V. V. Kohir, Face Recognition Using a DCT- HMM Approach, Indian Institute of Technology, Mumbai,India, 1998. [15] R.W. Jasutkar, Y. S. Bute “Implement discrete wavelet transform for image compression,” (IJCSN), 2012 [16] Z. Shaaban, M. Alwakeel “Face recognition based on wavelet transform, principal component analysis with Levenberg-Marquardt back propagation neural network,” European Journal of Scientific Research, 2010. [17] S. E. Handy, S. Lukas, “Further tests for face recognition using discrete cosine transform with HMM,” in Proc. (MICEEI), Makasar,2012. [18] J.Nalini, A.A. Blessie and S.C.Ramesh, “Image compression using wavelet transform based on the lifting scheme and its implementation,” International Journal of Computer Science Issues, 2011. [19] S. Choubey, Y. S. Bute “Discrete wavelet transform for image processing,” International Journal of Emerging Technology and Advanced Engineering, vol. 4, issue 3, March, 2015 [20] Sumayyah Redhwan Allaam, Bayan Ali Saad Al- Ghamdi. Human Face by Face Recognition System with 3D. Journal of Information & Communication Technology, 2010.