Skip to content

hv65616/Attendence-Using-OpenCV

Repository files navigation

Attendence System Using OpenCV

Introduction:-

In the Attendence Systen Using OpenCV the attendence will be marked automatically once the user whose image stored is came infornt of the camera. The attendence marked will be stored in spreadsheet.

The code base is divided into 2 part.

  • First part is responsible capturing image and store it into a directory. When the person arrive and sit infront of camera he has to type his name after running the code then webcam will start and your face will be detected then you have to press setted key for capturing imgage(here it is 'q') after then your image will get store with your name provided into the directory and now you can exit from code
  • The second part is responsible for marking attendence of the person who will show his face in webcam and if its image is already stored then the code will compare both the images and if encodings matches then it will mark attendence for the person. Once the person attendence is marked it cannot be marked again on same day because its data is being stored and will be compared everytime before marking any perosn attendence

Installation

  • Install python 3.8.3 version
  • Install opencv-python
  pip install opencv-python
  • Install numpy
  pip install numpy
  • Install boost
  pip install boost
  • Install dlib
  pip install dlib
  • Install face-recogination
  pip install face-recogination

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages