Student Register
January 3, 2020
Automated Student Registration System
I built this project as my final year A-level Extended Qualification Project (EPQ) . It’s an automated student registration system that uses live video feed and face recognition to mark students as “present” in a database.
Face Recognition: Then and Now
When I worked on this project, face recognition technology was still evolving. My approach was to use a Haarcascade to crop the image and the Microsoft Azure API for classification. Since then, face recognition has come a long way, with advancements in deep learning and machine learning algorithms. Today, there are more accurate and efficient face recognition systems available.
For detailed setup instructions and source code, visit the GitHub repository.