Skip to content

A computer vision project that uses the OpenCV library to detect human faces in real-time video streams, extract features from those faces, and recognize them. The project also includes attendance tracking functionality, where the system records the time that a recognized face is detected and uses that information to track attendance.

License

Notifications You must be signed in to change notification settings

nqkhanh2002/Face_attendance

Repository files navigation

Face_attendance

Face Detection and Attendance by OpenCV Result

Usage

  • Run file DataGenerator.py to create your custom dataset
  • Run file Training.py to train model with your dataset
  • Finally, fun file Detector.py to implement model, result will be saved to file face_recognition.csv

Help

Please feel free to raise any issues on the GitHub repository or contact me via email: nqkdeveloper@gmail.com if you encounter any problems. Hope you enjoy my code!

About

A computer vision project that uses the OpenCV library to detect human faces in real-time video streams, extract features from those faces, and recognize them. The project also includes attendance tracking functionality, where the system records the time that a recognized face is detected and uses that information to track attendance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages