mananbansal2002 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceDetection-AttendanceSystem

An attendance system using Face Recognition feature using 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.

Examples

GUI ATTENDANCE SYSTEM

Get this app here

Libraries used

  • Run pip install -r requirements.txt it will install all of the following dependencies.
  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

Not sure where to start? Lets start with documentations, Install app use it and write your experience or make an improvement in existing once. All contributions as little as simple fixing a grammatical error is appreciated.

About

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.

License:MIT License


Languages

Language:Python 76.4%Language:kvlang 23.6%