/FaceDetection-AttendanceSystem

An attendance system using Face Recognition feature with OpenCV library of Python. You can create a dataset of your face and train the system with that dataset, with this trained model we implemented attendance system to recognize the face and mark the attendance of user using provided user id.

Primary LanguagePython

FaceDetection-AttendanceSystem

An attendance system using Face Recognition feature using OpenCV library of Python

Get this app here

You can create a dataset of your face and train the system with that dataset, with this trained model we implemented attendance system to recognize the face and mark the attendance of user using provided user id.

Libraries used

  1. OpenCV (pip install opencv-python)
  2. Numpy (pip install numpy)
  3. PIL (pip install pillow)
  4. OS (preinstalled)
  5. datetime (preinstalled)
  6. Kivy (pip install kivy) {For GUI}
  • Also install (pip install opencv-contrib-python)

Examples

GUI ATTENDANCE SYSTEM GUI DATASET SYSTEM