https://github.com/haleshot/attendance_system
Attendance system using facial recognition system. Utilizes haarcascade classifiers for face detection and recognition. Stores attendance in Excel files and generates training images for face detection.
https://github.com/haleshot/attendance_system
attendance-system excel gui haarcascade-classifier opencv pyqt5 pyqt5-desktop-application python
Last synced: 21 days ago
JSON representation
Attendance system using facial recognition system. Utilizes haarcascade classifiers for face detection and recognition. Stores attendance in Excel files and generates training images for face detection.
- Host: GitHub
- URL: https://github.com/haleshot/attendance_system
- Owner: Haleshot
- License: mit
- Created: 2023-09-09T15:13:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T04:25:26.000Z (6 months ago)
- Last Synced: 2024-11-24T05:21:18.210Z (6 months ago)
- Topics: attendance-system, excel, gui, haarcascade-classifier, opencv, pyqt5, pyqt5-desktop-application, python
- Language: Python
- Homepage:
- Size: 40.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Automated Attendance System with Facial Recognition
## Table of Contents
1. [Introduction](#introduction)
2. [Advantages of Facial Recognition](#advantages-of-facial-recognition)
3. [Technical Details](#technical-details)
4. [User Registration](#user-registration)
5. [Marking Attendance](#marking-attendance)
6. [Project Overview](#project-overview)
7. [Screenshots](#screenshots)
8. [Video Demos](#video-demos)## Introduction
This automated attendance system utilizes facial recognition technology to replace traditional attendance methods, making it more efficient and hygienic. It provides numerous advantages in various applications, such as attendance recording, access control, and surveillance.## Advantages of Facial Recognition
- Automated Time Tracking System
- Cost Effective
- Touchless Sign in System
- More accurate Worker Attendance
- Strengthens security measures## Technical Details
Facial recognition technology involves face detection, data transformation, and face matching. It provides accurate identification and verification based on facial features.## User Registration
To use the system, users register themselves using a real-time camera. The system detects their face and creates a dataset folder containing user images. Users can also provide additional details such as their roll number and name.## Marking Attendance
Users can mark their attendance by clicking the "Register Attendance" button. The real-time camera detects the user's face and matches it with the data stored in the dataset folder. If there's a match, attendance data is recorded in an Excel sheet, including the user's ID, name, date, and time.## Project Overview
Creating this project involved a deep dive into image processing and artificial intelligence. It covered image capture, face detection, dataset management, feature extraction, and recognition algorithms. This project allowed us to gain practical experience in software development and AI.## Screenshots
![]()
## Video Demos
![]()