Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 807 Bytes

README.MD

File metadata and controls

27 lines (17 loc) · 807 Bytes

Facial Recognition Based Attendance System

The first thing to do is to clone the repository:

$ git clone https://github.com/shreyan-haldankar/FaceRec.git
$ cd FaceRec

Install dependencies using pip:

$ pip install -r requirements.txt

Once pip has finished installing the dependencies:
Run the mainwindow.py file

In order to test the Face Recognotion System, insert a photo of a person in the Images Attendance Folder, and then run the mainwindow.py file and scan the face of the person and Clock In. Then Open the Attendance.csv file to check whether the person has Clocked In.

Resources