Developed as a school project. Tymn uses a pre-trained AI to recognize students' faces recorded in a database to take their attendance if previous records are found, if not, uses their facial data to register them as a new student. Also has the ability to use your Android phone's camera for the facial recognition.
-
This project was developed using Python, SQLite, Pillow, and CustomTkinter.
-
Scrcpy was also used to create a custom script that allows users to use their Android phone as a camera to use with the application.
TYMN uses Adam Geitgey's face_recognition API under the hood for its face recognition feature.
Interface developed with CustomTkinter library.