https://github.com/recker-dev/face-recognition-based-attendance-system
Attendance system using pictures of individuals by leveraging Face Recognition Techniques
https://github.com/recker-dev/face-recognition-based-attendance-system
Last synced: about 1 year ago
JSON representation
Attendance system using pictures of individuals by leveraging Face Recognition Techniques
- Host: GitHub
- URL: https://github.com/recker-dev/face-recognition-based-attendance-system
- Owner: Recker-Dev
- Created: 2024-05-17T14:11:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T14:33:58.000Z (about 2 years ago)
- Last Synced: 2025-02-06T18:52:29.880Z (over 1 year ago)
- Language: Python
- Size: 36.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The module dlib is necessary to run face_recognition module, it can be tricky to install
It worked for me by simply installing Visual Studio and ensuring to install cmake dependency under it.
I also had some minor issues with the module even after all that, but eventually after digging around for a bit that was resolved.