Skip to content

Via5K/FaceRecognitionSystem

Repository files navigation

FaceRecognitionSystem

Install requirements.txt

pip install -r requirements.txt

Install dlib if not installed correctly by above requirements.txt file.

Installing DLIB library.


Download the given dlib wheel file above and run the command. pip install https://pypi.python.org/packages/da/06/bd3e241c4eb0a662914b3b4875fc52dd176a9db0d4a2c915ac2ad8800e9e/dlib-19.7.0-cp36-cp36m-win_amd64.whl#md5=b7330a5b2d46420343fbed5df69e6a3f

This will successfully install the dlib library.

Sample Imaging

Include the images of the students and rename them accordingly.
  1. Name1
  2. Name2
  3. Name3

Run the python face-recog.py & attendance will be marked for every student once a day. No duplicates will be recorded for a day.

Sample output of the attendance.csv
![image](https://user-images.githubusercontent.com/72505269/146651058-18e51a9a-1c83-4254-9e0e-2199b455e678.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages