Project information
- Category: Web
- Client: Abu Bakar
- Project date: Jan. 29, 2024
- Project URL: https://www.fiverr.com/uniquedesign_01/
Face Recognition Attendance System
Problem Statement:
A recognition system that will mark attendance based on biometric verification. The face is the most prominent part of the human body that's why the Face was chosen to mark attendance. The user must be able to log into the system and mark his/her attendance.
There will be two types of markings.
- Entry Attendance
- Exit Attendance
After marking, the system should be able to calculate the worked hours of every registered user. Salary Calculation for the current month, record of the attendance for the whole month, report exporting in the .xlsx format.
Solution:
I have created a sophisticated system where there were 2 types of users
- Admin
- Staff
The responsibility of the admin user is to:
- Register the Staff user
- Record the Face for Model Training
- Training the Model
- Managing the user's record
- Searching and Report Generation
The role of the staff is to:
- Login to the system
- Mark the Entry Attendance
- Search the attendance record for himself
- Generating the Daily Salary Report
- Registering a lower-level staff member (if needed)
I have used django framework to develop this system and for the front end I have use bootstrap 4.0