0% found this document useful (0 votes)
2 views

Project

The document presents a project report on a Smart Attendance Monitoring System utilizing facial recognition technology, aimed at automating attendance tracking in organizations. It outlines the project's objectives, methodology, and advantages over traditional attendance methods, emphasizing efficiency, accuracy, and user-friendliness. The report includes acknowledgments, a literature survey, software requirements, and a detailed project design and implementation plan.

Uploaded by

manvisingh642002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Project

The document presents a project report on a Smart Attendance Monitoring System utilizing facial recognition technology, aimed at automating attendance tracking in organizations. It outlines the project's objectives, methodology, and advantages over traditional attendance methods, emphasizing efficiency, accuracy, and user-friendliness. The report includes acknowledgments, a literature survey, software requirements, and a detailed project design and implementation plan.

Uploaded by

manvisingh642002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

A PROJECT REPORT ON

SMART ATTENDANCE MONITORING SYSTEM USING


FACIAL RECOGNITION

SUBMITTED TO MIT SCHOOL OF ENGINEERING IN PARTIAL FULFILMENT OF


THE REQUIREMENTS FOR THE AWARD OF THE DEGREE

BACHELOR OF TECHNOLOGY
(Computer Science & Engineering)

BY

Mudit Maheshwari Enrollment No: MITU19BTCS0166

Naman Kumar Enrollment No: MITU19BTCS0022

Manvi Singh Enrollment No: MITU19BTCS0269

Under The Guidance of


Prof. Deepa Mishra

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


MIT School of Engineering
MIT Art, Design and Technology University
Rajbaug Campus, Loni-Kalbhor, Pune 412201
2022-23

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MIT SCHOOL OF ENGINEERING


DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
MIT ART, DESIGN AND TECHNOLOGY UNIVERSITY,
RAJBAUG CAMPUS, LONI-KALBHOR, PUNE 412201

CERTIFICATE

This is to certify that the Project Entitled

SMART ATTENDANCE MONITORING SYSTEM USING


FACIAL RECOGNITION

Submitted by

Mudit Maheshwari Enrollment No: MITU19BTCS0166


Naman Kumar Enrollment No: MITU19BTCS0022
Manvi Singh Enrollment No: MITU19BTCS0269

is a bonafide work carried out by them under the supervision of Prof. Deepa Mishra
and it is submitted towards the partial fulfilment of the requirement of MIT ADT
University, Pune for the award of the degree of Bachelor of Technology (Computer
Science and Engineering).

Prof. Deepa Mishra Dr. Ganesh Pathak Dr Rajneeshkaur Sachdeo


Guide H.O.D Director
Department of CSE Department of CSE MIT SoE

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

DECLARATION

We, the team members

Mudit Maheshwari Enrollment No: MITU19BTCS0166

Naman Kumar Enrollment No: MITU19BTCS0022

Manvi Singh Enrollment No: MITU19BTCS0269

Hereby declare that the project work incorporated in the present project entitled

‘Smart Attendance Monitoring System Using Facial Recognition’. This work (in

part or in full) has not been submitted to any University for the award of a Degree

or a Diploma. We have properly acknowledged the material collected from

secondary sources wherever required. We solely own the responsibility for the

originality of the entire content.

Date: Name & Signature of the Team Members

Mudit Maheshwari
Naman Kumar
Manvi Singh

Name and Signature of Guide

Seal/Stamp of the college


Place:
Date:

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


MIT SCHOOL OF COMPUTING
RAJBAUG, LONI KALBHOR
PUNE – 412201

EXAMINER’S APPROVAL CERTIFICATE

The project report entitled ‘Smart Attendance Monitoring System Using Facial
Recognition, submitted by Mudit Maheshwari (MITU19BTCS0166), Naman Kumar
(MITU19BTCS0022) & Manvi Singh (MITU19BTCS0303) in partial fulfilment for the
award of the degree of Bachelor of Technology (Computer Science & Engineering)
during the academic year 2022-23, of MIT-ADT University, MIT School of
Engineering, Pune, is hereby approved.

Examiners

Examiner 1 Name and Signature:

Examiner 2 Name and Signature:

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

Acknowledgments

It gives us great pleasure to present the project report on ‘Smart Attendance


Monitoring System using Facial Recognition’.

We would like to take this opportunity to thank our guide Prof. Deepa Mishra for
giving us all the help and guidance we needed. We are really grateful to them for
their kind support. His valuable suggestions were very helpful.

We are also grateful to Dr. Ganesh Pathak, Head of Computer Science &
Engineering, for their indispensable support, and suggestions.

Finally, thanks and appreciation to the team members for developing the project
and helping out to the best of their abilities.

Mudit Maheshwari

Naman Kumar

Manvi Singh

(B.Tech. Computer Science & Engineering)

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

Abstract

The Smart Attendance Monitoring System using Face Recognition is a project that
aims to automate the process of tracking attendance in an organization using facial
recognition technology. The system uses a camera to capture images of individuals,
which are then compared to a database of pre-registered faces. The system
recognizes the individuals and records their attendance automatically.

The project involves several stages, including data collection, face detection, feature
extraction, face recognition, and attendance tracking. The system uses machine
learning algorithms to analyze the images and identify the individuals accurately.
The system can also generate reports and statistics, allowing the organization to
monitor attendance trends and identify areas for improvement.

The Smart Attendance Monitoring System offers several advantages over traditional
attendance tracking methods. It eliminates the need for manual record-keeping,
which is time-consuming and prone to errors. The system also ensures accurate
attendance tracking, as it is difficult to manipulate or cheat the facial recognition
technology. Additionally, the system is user-friendly and convenient, as employees
can clock in and out without the need for physical contact.

Overall, the Smart Attendance Monitoring System using Face Recognition is an


innovative solution that streamlines attendance tracking processes and enhances
organizational efficient

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

Contents

Certificate i

Declaration i

Examiner’s Approval Certificate i

Acknowledgement i

Abstract i

1 Introduction 1
1.1 Relevance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Motivation of the Project . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Problem statement . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

2 Literature Survey 4
2.1 Related Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Comparison of existing work . . . . . . . . . . . . . . . . . . . . . 6

3 Software Requirement Specification 8


3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.2 Purpose and Scope of Document . . . . . . . . . . . . . . . . . . . 9
3.3 General Description . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.4 Functional Requirements . . . . . . . . . . . . . . . . . . . . . . . 9
3.5 Design Constraints . . . . . . . . . . . . . . . . . . . . . . . . 10
3.6 Non-Functional Attributes . . . . . . . . . . . . . . . . . . . . . . 10

4 Project Design and Implementation 11


4.1 Architectural Diagram . . . . . . . . . . . . . . . . . . . . . . . . 12
4.2 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.3 Tools and Technologies Used . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
4.4 Data Description . . . . . . . . . . . . . . . . . . . . . 16
4.5 Data Flow Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17

5 Conclusion and Future Scope 21

6 References 23

Annexure A List of Publications and Research Paper (In its Original for
mats) 27

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 1

INTRODUCTION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

1.1 RELEVANCE

● Maintenance of attendance is an important issue of every school and colleges


since it is one of the primary ways to check the regularity of every student. As
of now, attendance in schools and colleges is done by maintaining the
attendance sheet which is a time-consuming procedure. Utilization of the same
time may help the student to get some more information from the instructor.
Using ai for attendance monitoring is a step up in maintaining all the records
permanently.

1.2 MOTIVATION OF THE PROJECT

● In Al facial recognition is a great feature and has numerous applications in real


time world.
● As we know attendance is a necessary part of the school and college records.
Taking them manually is an exhausting task and a lime consuming one too.
Using facial recognition one does not need to do the task as the model will
automatically identify the students.
● Records are being uploaded manually which may cause error in the record.
connecting a database with the model and a cloud server to store the results will
decrease the error rate.

1.3 PROBLEM STATEMENT

● Issue – existing attendance systems include a lot of manual work being done by
the teachers and which is time consuming. Maintaining the records is also
difficult as they are being taken on sheets and they can be misplaced.
● Solution-taking attendance using ai based facial recognition. Helps in
automation of the attendance taking system as well as it decreases the manual
labour being done by the teacher and by connecting a database and a cloud based
server maintaining records is also made simpler and easier.

1.4 OBJECTIVES

• Provide efficient way of maintaining and taking attendance.

• Present a faster and more feasible way to record the attendance.

• An increase the accuracy of the facial recognition model for better results

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 2

LITERATURE SURVEY

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

Detection of Tuberculosis using Transfer Learning

2.1 RELATED WORK

In recent years, significant progress has been made in the field of smart attendance
monitoring systems using facial recognition technology. Researchers have
developed various algorithms and techniques for face detection, recognition, and
tracking, leading to more accurate and efficient systems. These systems are
becoming increasingly popular in various settings, such as schools, offices, and
events, as they provide a reliable and efficient way to manage attendance.

The technology behind facial recognition-based attendance monitoring systems has


been continuously improving, with more accurate algorithms and better hardware.
Some systems can even recognize faces from different angles, in different lighting
conditions, and with different facial expressions. These improvements have made
these systems more practical for use in real-world scenarios.

As the adoption of facial recognition-based attendance monitoring systems grows,


concerns about privacy and data protection have also been raised. Efforts have been
made to address these concerns by implementing data protection measures and
developing transparent policies. For example, some systems only store biometric
data locally, while others use encryption to protect data in transit and at rest.

The benefits of using facial recognition-based attendance monitoring systems are


numerous. They provide more accurate attendance records, minimize errors, and
reduce the potential for fraud. They also increase security as only authorized
individuals can access the designated area. Furthermore, they are a cost-effective
solution compared to traditional attendance monitoring methods. Finally, they can
be integrated with other systems such as payroll and scheduling, making it easier to
manage workforce data.

The widespread adoption of facial recognition-based attendance monitoring systems


is expected to continue to grow in the future. As organizations seek to improve
attendance tracking, increase security, and streamline administrative processes, the
benefits of this technology will become more apparent. With ongoing improvements
in the technology and efforts to address privacy concerns, facial recognition-based
attendance monitoring systems have the potential to revolutionize attendance
management in various settings.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

2.2 COMPARISON OF EXISTING WORK

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 3

SOFTWARE REQUIREMENT
SPECIFICATION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

3.1 INTRODUCTION

This model will be used as a smart way to monitor attendance by various


organizations. Project constraints are discussed below.

3.2 PURPOSE AND SCOPE OF DOCUMENT

The main purpose of this document is to understand the different types of

technologies that are going to be implemented in this project. In this project, we are

going to provide a smart attendance monitoring system that uses facial recognition

to marl attendance. This is done by using various deep-learning libraries like

TensorFlow, CV2, OS, SkLearn. TensorFlow is one of the leading frameworks in

the field of deep learning. Using tensorflow we are planning to develop a model that

can classify the images accurately.

3.3 GENERAL DESCRIPTION

A smart attendance monitoring system is a technology-based solution that automates


attendance taking. It uses advanced techniques such as facial recognition or
biometrics to accurately track attendance, eliminating the need for manual
attendance-taking. The system is efficient, accurate, and can be integrated with other
systems, making it easier to manage workforce data.

3.4 FUNCTIONAL REQUIREMENTS

Major time will be required for the capturing and pre-processing images due to the
functions that are used for the image enhancement. These two operations consume
major space and time of the whole process. The training and the prediction of the
images will comparatively take lower time.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

3.5 DESIGN CONSTRAINTS

GPU drivers are crucial for executing complex deep learning models. The required
Python libraries for deep learning must be installed.

3.6 NON-FUNCTIONAL ATTRIBUTES

The model will be installed by various organizations to mark or detect people’s

presence, hence, reusable. The data of the students will be stored securely. The data

of the students will be saved locally and will be maintained by an admin. The

usability of the project enables organizations to use the AI-based models which helps

them detect it accurately.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 4

PROJECT DESIGN AND


IMPLEMENTAT

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

4.1 ARCHITECTURAL DIAGRAM


We make use of a dataset which consists of the images of the face of the student, makes a feature
map of the face of the student and then by making use of image pre-processing as well as
augmentation, we pass the input to our neural network to predict the output in the form of the label
of the particular student.

4.2 METHODOLOGY

We intend to make use of the following deep learning models to predict accurate
results –
• Convolutional Neural Network
CNN is a mathematical construct that is typically composed of three types of layers
(or building blocks): convolution, pooling, and fully connected layers. The first two,
convolution and pooling layers, perform feature extraction, whereas the third, a
fully connected layer, maps the extracted features into final output, such as
classification.
• VGG16
It is a convolutional neural network that is 16 layers deep. You can load a pre-trained
version of the network trained on more than a million images from the ImageNet
database . The pre-trained network can classify images into 1000 object categories,
such as keyboard, mouse, pencil, and many animals. As a result, the network has
learned rich feature representations for a wide range of images. The network has an
image input size of 224-by-224.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

• FACENET
They proposed an approach in which it generates a high-quality face mapping from
the images using deep learning architectures such as ZF-Net and
Inception Network. Then it used a method called triplet loss as a loss function to
train this architecture.

• DEEPFACE
It is the most lightweight face recognition and facial attribute analysis library for
Python. The open-sourced DeepFace library includes all leading-edge AI models
for face recognition and automatically handles all procedures for facial recognition
in the background.

• KNN
It is a classification algorithm in machine learning that belongs to the family of "lazy
learning" algorithms. This means that it does not build a model explicitly, but
instead, it stores the entire training dataset in memory and makes predictions by
comparing the input data to its nearest neighbours in the feature space.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

4.3 TOOLS AND TECHNOLOGIES USED

1. Tensorflow
2. Keras
3. OPENCV
4. OS Module
5. Python
6. FaceNet
7. CNN
8. DeepFace
9. VGG16

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

4.4 Data Description

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

4.5 Data Flow Diagram

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 5

RESULT

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

By selecting the "add user" option, the user can add additional images of different students.
After adding the images, the system allows attendance to be marked based on the time the
student appears in the video. The system also displays details such as the student's name, ID,
and attendance time for those whose attendance has been marked.

On comparing,

Sr. No. Model Accuracy


1 CNN 82%
2 VGG16 84%
3 FaceNet 87%
4 DeepFace 85%
5 KNN 89%

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 6

CONCLUSION AND FUTURE SCOPE

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

5.1 OUTCOMES

• Face feature map is more clear and easy to read.

• Extra noise from the video is removed only valuable information is left.

• Almost all the faces are detected.

• K-Neighbor classifier is the best algorithm to detect faces.

• Attendance is stored in an excel sheet.

• Once a face is detected time stamp is also taken.

5.2 FUTURE SCOPE

• We plan on creating a mobile application for the students to keep a track of their attendance.

• Desktop admin application can be deployed for the company or the college to monitor the
working.

• Statistics and charts can be added for students to understand where they are lacking in
attendance.

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

CHAPTER 7
REFERENCE

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

1. J. Harikrishnan, A. Sudarsan, A. Sadashiv and R. Ajai, "Vision-Face Recognition


Attendance Monitoring System for Surveillance using Deep Learning Technology and
Computer Vision", IEEE International Conference on Vision Towards Emerging
Trends in Communication and Networking, pp. 1-5, 2019

2. S. Bah and F. Ming, "An Improved Face Recognition Algorithm and Its Application in
Attendance Management System", Array, vol. 5, pp. 1-7, 2020.

3. P. Derkar, J. Jha, M. Mohite and R. Borse, "Deep Learning-based Paperless Attendance


Monitoring System", Advances in Signal and Data Processing, vol. 703, pp. 1-8, 2021

4. Real-Time Smart Attendance System using Face Recognition Techniques | IEEE


Conference Publication | IEEE Xplore

5. S. Khan, A. Akram and N. Usman, "Real Time Automatic Attendance System for Face
Recognition Using Face API and OpenCV", Wireless Personal Communications, vol. 113,
pp. 469-480, 2020.

6. M. Srivastava, A. Kumar, A. Dixit and A. Kumar, "Real Time Attendance System Using
Face Recognition Technique", In 2020 International Conference on Power Electronics &
IoT Applications in Renewable Energy and its Control (PARC), pp. 370-373, 2020,
February.

7. E. Zangeneh, M. Rahmati and Y. Mohsenzadeh, "Low resolution face recognition using a


two-branch deep convolutional neural network architecture", Expert Systems with
Applications, vol. 139, pp. 112854, 2020.

8. M. Z. Khan, S. Harous, S. U. Hassan, M. U. G. Khan, R. Iqbal and S. Mumtaz, "Deep


unified model for face recognition based on convolution neural network and edge
computing", IEEE Access, vol. 7, pp. 72622-72633, 2019.

9. https://www.sciencedirect.com/science/article/pii/S2590005619300141

10. https://www.sciencedirect.com/science/article/pii/S2590005619300141

11. Akbar, M. S., Sarker, P., Mansoor, A. T., Al Ashray, A. M., & Uddin, J. (2018). Face Recognition and RFID
Verified Attendance System. 2018 International Conference on Computing, Electronics & Communications
Engineering (iCCECE).

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

12. Matilda, S., & Shahin, K. (2019). Student Attendance Monitoring System Using Image Processing. 2019
IEEE International Conference on System, Computation, Automation and Networking (ICSCAN).

13. Srivastava, M., Kumar, A., Dixit, A., & Kumar, A. (2020). Real Time Attendance System Using Face
Recognition Technique. 2020 International Conference on Power Electronics & IoT Applications in
Renewable Energy and Its Control (PARC).

14. Sivakumar, S. A., John, T. J., Selvi, G. T., Madhu, B., Shankar, C. U., & Arjun, K. P. (2021). IoT based
Intelligent Attendance Monitoring with Face Recognition Scheme. 2021 5th International Conference on
Computing Methodologies and Communication (ICCMC).

15. James, C., & Nettikadan, D. (2019). Student Monitoring System for School Bus Using Facial Recognition.
2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI).

16. Arsenovic, M., Sladojevic, S., Anderla, A., & Stefanovic, D. (2017). FaceTime — Deep learning based face
recognition attendance system. 2017 IEEE 15th International Symposium on Intelligent Systems and
Informatics (SISY).

17. Chen, Y., & Li, X. (2021). Research and Development of Attendance Management System Based on Face
Recognition and RFID Technology. 2021 IEEE International Conference on Information Communication
and Software Engineering (ICICSE).

18. Zeng, W., Meng, Q., & Li, R. (2019). Design of Intelligent Classroom Attendance System Based on Face
Recognition. 2019 IEEE 3rd Information Technology, Networking, Electronic and Automation Control
Conference (ITNEC).

19. Dev, S., & Patnaik, T. (2020). Student Attendance System using Face Recognition. 2020 International
Conference on Smart Electronics and Communication (ICOSEC).

20. Dev, S., & Patnaik, T. (2020). Student Attendance System using Face Recognition. 2020 International
Conference on Smart Electronics and Communication (ICOSEC).

21. Sunaryono, D., Siswantoro, J., & Anggoro, R. (2019). An Android Based Course Attendance System Using
Face Recognition. Journal of King Saud University - Computer and Information Sciences.

22. Prangchumpol, D. (2019). Face Recognition for Attendance Management System Using Multiple Sensors.
Journal of Physics: Conference Series, 1335, 012011.

23. Puthea, K., Hartanto, R., & Hidayat, R. (2017). A review paper on attendance marking system based on
face recognition. 2017 2nd International Conferences on Information Technology, Information Systems and
Electrical Engineering (ICITISEE).

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

24. Poornima, S., Sripriya, N., Vijayalakshmi, B., & Vishnupriya, P. (2017). Attendance monitoring system
using facial recognition with audio output and gender classification. 2017 International Conference on
Computer, Communication and Signal Processing (ICCCSP).

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

ANNEXURE - A

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23


SMART ATTENDANCE MONITORING SYSTEM USING FACIAL RECOGNITION

MITSOE, Department of Computer Science & Engineering, 2022-23

You might also like