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.
Required dependancies for the Program to Run.
-
Desktop Development Toolkit using C++ which Can be Downloaded along Visual Studio.
-
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
- opencv package - Can be installed using pip installar.
pip install opencv
- Face Recognition package - Can be installed using pip installar.
pip install face_recognition
- Numpy package - Can be installed using pip installar.
pip install numpy
Rename your Images(i.e, xyz.jpeg) as you want it to be in the CSV.