Face Recognition Attendance System using SVM.pptx

AladinKhan3 7 views 12 slides Feb 25, 2025
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

Face Recognition Attendance System using SVM technique
Uttara University
Dept. of CSE
Batch 55


Slide Content

E-Commerce Design & Development MD LIMON & Team

Intruduction Traditionally, student's attendances are taken manually by using attendance sheet given by the faculty in class, which is a time consuming event. Moreover, it is very difficult to verify one by one student in a large classroom environment with distributed branches whether the authenticated students are actually responding or not. FACE RECOGNITION technology is gradually evolving to auniversal biometric solution since it requires virtually zero effort from the user end while compared with other biometric options. It is accurate and allows for high enrolment and verification rates.

Outline- 1. Introduction 2. Background 3. Problem definition (gap finding) 4. Objectives   -  Design  -   Developing a machine learning model    - Development of a real time prototype    - Evaluating efficacy of the system 5. Methodology 6. Gantt chart 7. Expected results 8. References

What exactly is Facial Recognition?? A facial recognition is a computer application for automatically identifying or verifying a person from a digital image or a video frame from a video source. One of the ways to do this is by comparing selected facial features from the image and a facial database.

Implementation of face recognition- • The implementation of face recognition technology includes the following three stages : Image acquisition. Image processing. Face image classification and decision making.

Block Diagram-

Image acquisition- Facial-scan technology can acquire faces from almost any static camera or video system that generates images of sufficient quality and resolution. High-quality enrolment is essential to eventual verification and identification enrolment images define the facial characteristics to be used in all future authentication events.

Face Recognition Attendance System using SVM ## Project Overview: This dataset was created as part of a face recognition attendance system. The system employs a Support Vector Machine (SVM) algorithm for recognizing and marking attendance based on facial images. It automatically logs attendance for detected faces by comparing real-time images with pre-stored images in a database. The system aims to provide a robust and automated solution for tracking attendance, reducing manual effort and enhancing accuracy.

Dataset Description: The dataset contains labeled facial images of students, along with corresponding metadata (e.g., names) used for training and testing the SVM model. Images were captured in varied lighting conditions to improve the model's generalization across real-world scenarios. The system uses the HOG (Histogram of Oriented Gradients) feature extraction technique to preprocess the images before passing them to the SVM classifier for recognition. Images: High-resolution facial images stored in folders, categorized by student names. Labels: Corresponding names and email addresses of students used as identification labels. Attendance Logs: CSV file containing timestamps and attendance status (present/absent) based on real-time face recognition. Model: SVM classifier trained to distinguish faces with high accuracy.

Applications: Automating attendance management in educational institutions. Enhancing security by recognizing and verifying individuals. Can be extended to various other identification use cases.

References- Adrian Rhesa Septian Siswanto, Anto Satriyo Nugroho, Maulahikmah Galinium ," Implementation of face recognition algorithm for biometrics based time attendance system", IEEE, ICT For Smart Society (ICISS), International Conference, January 2015. Brian C. Becker, Enrique G.Ortiz , "Evaluation of Face Recognition Techniques for Application to Facebook" IEEE, 2008.

Thankyou
Tags