Attendance Monitoring with Face Recognition using Python

A python GUI integrated attendance system using face recognition to take attendance.

In this python project, I have made an attendance system which takes attendance by using face recognition technique. I have also intergrated it with GUI (Graphical user interface) so it can be easy to use by anyone. GUI for this project is also made on python using tkinter.

TECHNOLOGY USED:

  1. tkinter for whole GUI
  2. OpenCV for taking images and face recognition (cv2.face.LBPHFaceRecognizer_create())
  3. CSV, Numpy, Pandas, datetime etc. for other purposes.

FEATURES:

  1. Easy to use with interactive GUI support.
  2. Password protection for new person registration.
  3. Creates/Updates CSV file for deatils of students on registration.
  4. Creates a new CSV file everyday for attendance and marks attendance with proper date and time.
  5. Displays live attendance updates for the day on the main screen in tabular format with Id, name, date and time.

Installation

Install tk-tools

  pip install tk-tools

Install opencv-contrib-python

  pip install opencv-contrib-python

Install datetime

  pip install datetime

Install pytest-shutil

  pip install pytest-shutil

Install python-csv

  pip install python-csv

Install numpy

  pip install numpy

Install pillow

  pip install pillow 

Install pandas

  pip install pandas

Install times

  pip install times

SCREENSHOTS

MAIN SCREEN:
Untitled

MAKING NEW REGISTERATION:
Untitled1

TAKING ATTENDANCE:
Untitled4

SHOWING ATTENDANCE TAKEN:
Untitled5

ATTENDANCE SHEET:
Untitled8

HELP OPTION IN MENUBAR:
Untitled6

CHANGE PASSWORD OPTION:
Untitled7

Author

GitHub

View Github