This is the attendance system based on face recognition.
Steps 1 to 4 are required to be done only once. Step 5 is to be done every time you want to mark attendance.
- Install the required packages.
pip install -r requirements.txt
-
Put the images of the people to be recognized in the
dataset/person_namefolder. -
Run
mark_attendance.pyto initialize the attendance sheet.
python3 mark_attendance.py
- Run
create_face_encoding.pyto create the face encodings of the images in thedatasetfolder.
python3 create_face_encoding.py
- Finally attendance system is ready to mark attendence. Run
project_gui.pyto start the attendance system.
python3 project_gui.py

