Skip to content

Python-based Attendance Project using OpenCV and Face Recognition tools. Entries of time instances and the name of the recognition will be made into a CSV file.

Notifications You must be signed in to change notification settings

MullaiArgent/OpenCv-Attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCv-Attendance

Python-based Attendance Project using OpenCV and Face Recognition tools. Entries of time instances and the name of the recognition will be made into a CSV file.

Get Started:

Step 1: Install the Dependancies

Required dependancies for the Program to Run.

  1. Desktop Development Toolkit using C++ which Can be Downloaded along Visual Studio.

  2. dlib package - Can be installed using pip installar. (Latest verision throws bunch of errors during the runtime, recommended to go with version 19.18.0)

pip install dlib==19.18.0
  1. opencv package - Can be installed using pip installar.
pip install opencv
  1. Face Recognition package - Can be installed using pip installar.
pip install face_recognition
  1. Numpy package - Can be installed using pip installar.
pip install numpy

Step 2: Run the Program with your Test Image files in the Image repo.

Rename your Images(i.e, xyz.jpeg) as you want it to be in the CSV.

About

Python-based Attendance Project using OpenCV and Face Recognition tools. Entries of time instances and the name of the recognition will be made into a CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages