Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 579 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 579 Bytes

This is smart attendance system built using opencv and facerecognition library

Steps of Working:
1. Initiate the attendance.py python script.
2. Create a DATASET of the student by entering his ID Number.
3. Train the dataset, ayml file is created.
4. A picture of the class is taken, and the RECOGNIZER python file is       initiated.
5. Attendance is taken by cropping the faces in the picture and comparing with the faces in the database.
6. If a face is matched, the responding name with PRESENT status is marked in a EXCEL file with the current date and time.