Closed ShahkarHassan closed 4 years ago
This is a code to mark attendance. When someone enters through door (Staff / registered member) it takes his attendance and stores in csv file
First of all the dataset is created of staff and register number with GUI shown below in a file named facedataset.py :
A folder with that person name is created which is then used for one shot detection. Attendance is taken on One shot detection , IF code finds similarity in image in database with the person coming , it will mark attendance according to this function. Function in file named "hghh.py" :
Result:
This way staff can be excluded and regular customer (registered users) or the database can be created to store the faces of every person entering which is quite complex . so we will keep it to Registered users as regular customers.
Implement a code to get Attendance Log , Staff Exclusion and Regular Customers.