In our previous Python project tutorial, we have explained How To Use Pandas Library in Python. In this tutorial, we will explain how to develop a Face Recognition Based Attendance System using Python, Flask and MySQL.
The face recognition attendance management system provide a quick way to take attendance of students, teachers, employees etc. The system recog the faces and mark attendance of the recognized faces into an excel sheet.
We will develop the system using face_recognition
package from Python. During user register process, we will store the user image in database and upload image to a directory. Then we will capture image through webcam and recognize to complete attendance.