Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 319 Bytes

File metadata and controls

11 lines (9 loc) · 319 Bytes

Face Recognition Based Attendance System

  • Live Video Camera is used to store images as database.
  • This Database is used to train images.
  • Recognizer is used to recognize face of person in front of camera.
  • If recognized the attendance is stored into a csv file.

Technology Stack:

  • Python
  • OpenCV
  • tkinter