for schools something else, The main purpose of a face recognition attendance system is to provide a contactless and efficient way of marking person entry and exit times. 1. Face detection: The system detects the presence of a face in the image. 2. Face recognition: The system compares the extracted features with the features in the database to identify the person. 3. Attendance marking: The system marks the attendance of the identified person.
- Modern GUI
- First, look at a picture and find all the faces in it
- Focus on each face and understand that even if a face is turned in a weird direction or in bad lighting, it is still the same person.
- be able to pick out unique features of the face that you can use to tell it apart from other people—like how big the eyes are, how long the face is, etc.
- Finally, compare the unique features of that face to all the people you already know to determine the person’s name.
Make sure you have Python or Python3, if you not click the link below to setup Python first
Install my-project with git
git clone https://github.com/Enginland/Face-Attendances.git
Download by zip
Before you can use this tool you need to train the data