Steps We Followed
As facial recognition relies heavily on machine learning, we first focused on collecting data. It included collecting image from the employees of the company that works as the base for machine learning.
Then, we applied a machine learning algorithm to the video feed to detect & recognize the face.
The system is designed to detect the video feed and compare it to images available in the database, which also contains every employee’s details. If the computer finds a match in the database, it will mark the attendance and save time.
Capture Video Feed -> Apply Machine Learning Algorithm -> Teach System to compare video feed with database to mark attendance with time.