ShubhamSonkesriya / Face-Recognition-Attendance-System

A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-Recognition-Attendance-System

A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet. You need following libraries pre-installed on your system: 1.face_recognition 2.Opencv 3.openpyxl 4.datetime

HOW TO USE:

  1. Save images of people as '1.jpg','2.jpg'...... numbers being the roll numbers of the person!
  2. Run the program.
  3. An excel file will be created, marked with the attendance for the faces it recognised.
  4. Keep all the images and the python script in the same folder as well as run the python script for the same folder.
  5. Excel will be created with the number of the month as name. For eg. if current month is january, then the name of the excel file created will be '1.xlsx'.
  6. Suppose today is 4th of january then the attendance will be marked in the 'D' column of the '1.xlsx' file.

**Future updates.. Adding google spreadsheet for easy multiple access.

About

A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.

License:Apache License 2.0


Languages

Language:Python 100.0%