ArpitaChatterjee / Biometric-Attendance

Built a Facial Recognition Model in Python. Used Face Recognition library, to detect the face locations and their encoding in the training dataset. Compared faces with the test dataset, using the face_distance, if the face_distance of the test and training dataset is more than the threshold value then the result is saved and stored along with the time of input in the file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArpitaChatterjee/Biometric-Attendance Stargazers