0% found this document useful (0 votes)
8 views2 pages

Face Recognition Attendance System

The document presents a mini project report on a Face Recognition-Based Attendance Management System developed by students at Swami Vivekananda Institute of Technology. The project aims to automate attendance marking in educational institutions using face recognition technology, which includes phases of database creation, face detection, and recognition. The system enhances efficiency by sending attendance records to faculty via email after each session.

Uploaded by

vainatha32
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Face Recognition Attendance System

The document presents a mini project report on a Face Recognition-Based Attendance Management System developed by students at Swami Vivekananda Institute of Technology. The project aims to automate attendance marking in educational institutions using face recognition technology, which includes phases of database creation, face detection, and recognition. The system enhances efficiency by sending attendance records to faculty via email after each session.

Uploaded by

vainatha32
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Swami Vivekananda Institute of

Technology . Patny
Centre, SD Road, Near Clock Tower, Shivaji Nagar,
. Secunderabad, Telangana ,500003
CSE(AI&ML)
Department of Artificial Intelligence and Machine
Learning
MINI PROJECT
PROJECT TITLE
Face Recognition -Based on Attendance
Management System
A project report submitted in partial fulfilment of the
requirement for the . award of the Degree
of BACHELOR OF TECHNOLOGY
In
CSE(AI&ML)
By
1. PULIGARI VAINATHA -21P71A66B9
2. NARA SAI PRIYA – 21P71A6686
3. PANTHANGI VISHNU BHAGAWATH –
21P71A66C5
4. SADWAL SURESH CHOUDHARY –
21P71A66B1
UNDER THE GUIDANCE OF
Dr .MD SIRAJUDDIN , Head of the Department,
CSE(AI&ML)

Domain Name: Artificial Intelligence

ABSTRACT
In the digital age, face recognition systems have become essential across
various sectors. As a prominent biometric technology, face recognition is
widely used for security, authentication, and identification purposes. Despite
lower accuracy when compared to iris and fingerprint recognition, its
contactless and non-invasive nature makes it highly popular. One practical
application is in attendance management for educational institutions and
workplaces, where manual processes are time-consuming and prone to
errors, including proxy attendance. This project aims to develop an
automated class attendance system using face recognition, replacing
traditional manual methods.

The system involves four key phases: database creation, face detection, face
recognition, and attendance updating. A database of student images is
created, followed by face detection and recognition using the Haar-Cascade
classifier and Local Binary Pattern Histogram (LBPH) algorithm. These
processes are applied to live video streams of classroom sessions, ensuring
real-time attendance marking. At the end of each session, attendance
records are automatically sent to the relevant faculty via email, enhancing
efficiency and reliability.

Key words: Face recognition, Attendance management, Biometrics, Haar-


Cascade classifier, Local Binary Pattern Histogram (LBPH), Automation, Proxy
prevention.

Common questions

Powered by AI

In the face recognition attendance system, the Haar-Cascade classifier plays a critical role in the face detection phase. This algorithm is well-suited for real-time applications because it is fast and efficient in identifying regions resembling faces in a video stream . Using a series of classifiers and simple features, it quickly identifies where a face might be located, allowing the subsequent recognition algorithms, like LBPH, to focus only on these detected areas, significantly speeding up the processing time and improving system efficiency .

Implementing face recognition-based attendance systems could lead to substantial changes in educational institution policies. Policies regarding data privacy and security would need reevaluation to address how student images are stored, used, and protected. Institutions might introduce guidelines for the ethical use of biometric data, aligning with legal requirements such as GDPR or other privacy laws. Additionally, policies could evolve to cover disciplinary measures for tampering or attempts at circumvention, and explicitly incorporate technology assistance in attendance policies to ensure transparency and trust among students and faculty .

An automated attendance system enhances efficiency for faculty members by significantly reducing the time and effort required to track and manage student attendance. Unlike traditional methods, which involve manual roll calls or paper-based attendance logs, an automated system marks attendance in real time with minimal intervention. At the end of sessions, attendance records are automatically compiled and emailed to faculty, eliminating the need for manual entry, thereby allowing teachers to focus more on instructional activities rather than administrative tasks .

The face recognition-based attendance management system effectively addresses the issue of proxy attendance by ensuring that recognition and recording occur in real time during classroom sessions. The system exploits live video streams to authenticate each student's presence, ensuring that attendance is only marked when the student is physically present. This real-time verification greatly reduces the likelihood of students marking attendance on behalf of others, which is a common vulnerability in manual systems. By automating the attendance process, it ensures integrity and trustworthiness in attendance records .

The Local Binary Pattern Histogram (LBPH) algorithm is pivotal in the recognition phase of the face recognition attendance system. It is known for its robustness in dealing with varying lighting conditions and its computational efficiency, which makes it well-suited for real-time applications like attendance tracking. LBPH works by converting the facial images into numerical representations based on local texture patterns, allowing it to distinguish between different faces effectively. This capability is key to ensuring accurate and consistent recognition results even when students' facial appearances vary slightly between sessions .

Face recognition offers several advantages over other biometric technologies like iris and fingerprint recognition, particularly in the context of attendance management in educational institutions. Its contactless and non-invasive nature makes it ideal for environments where hygiene and ease of use are priorities. Unlike fingerprint scanners, which require physical touch, and iris scanners, which may be intrusive, face recognition allows for seamless integration into existing workflows, such as monitoring through live video streams in classrooms . Furthermore, it helps reduce the administrative burden and errors associated with manual attendance tracking, providing a more efficient and reliable method of recording presence .

The application of face recognition technology in attendance systems could spark broader adoption of artificial intelligence and machine learning in educational settings. It might lead to advancements in adaptive learning systems capable of personalizing educational content based on student engagement and presence analytics. These technologies could drive the development of intelligent tutoring systems, automated proctoring for exams, and smart classroom environments where AI monitors and optimizes learning conditions. The integration of AI-driven insights into curricula and institutional strategies could foster a more data-driven approach to education management .

Face recognition technology struggles with lower accuracy when compared to iris and fingerprint recognition, primarily due to variations in facial features caused by factors such as lighting, angles, and expressions . Despite these challenges, face recognition remains popular due to its non-invasive and contactless nature, making it more convenient and suitable for public or high-traffic environments like educational institutions. Additionally, its integration with existing video surveillance infrastructure allows for a practical and accessible application, which can be scaled easily without significant changes to hardware .

The proposed face recognition attendance system significantly improves on traditional manual methods by enhancing efficiency and reliability. Traditional methods, reliant on manual input, are time-consuming and susceptible to human error and fraudulent practices such as proxy attendance. The automated system mitigates these issues through real-time recognition and recording processes, which are faster and less labor-intensive. It ensures accurate attendance tracking, reduces opportunities for deceit, and improves data management, as records are automatically compiled and shared with faculty without delay .

The implementation of a face recognition-based attendance management system involves four critical phases. The first phase is database creation, where a repository of student images is compiled. The second stage involves face detection, during which the system locates faces in a video stream using algorithms like the Haar-Cascade classifier. In the third phase, face recognition is performed using the Local Binary Pattern Histogram (LBPH) algorithm, identifying and verifying students' faces. The final phase, attendance updating, occurs in real time as the recognized students' attendance is marked and sent digitally to faculty members via email .

You might also like