Skip to content

priyank6378/Face-Reconition-based-Attendance-Management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-recognition-attendance-system

This is the attendance system based on face recognition.

Usage

Steps 1 to 4 are required to be done only once. Step 5 is to be done every time you want to mark attendance.

  1. Install the required packages.
pip install -r requirements.txt
  1. Put the images of the people to be recognized in the dataset/person_name folder.

  2. Run mark_attendance.py to initialize the attendance sheet.

python3 mark_attendance.py
  1. Run create_face_encoding.py to create the face encodings of the images in the dataset folder.
python3 create_face_encoding.py
  1. Finally attendance system is ready to mark attendence. Run project_gui.py to start the attendance system.
python3 project_gui.py

Screenshots

Mark Attendence

Show Attendence

About

It is a attendance management system based on face recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published