https://github.com/samarthpandeydev/face-recognition-attendance-system
This project is for facial recognition and automatically marking the attendance using python language and KNN Algorithm
https://github.com/samarthpandeydev/face-recognition-attendance-system
attendance-system facial-recognition python
Last synced: about 1 year ago
JSON representation
This project is for facial recognition and automatically marking the attendance using python language and KNN Algorithm
- Host: GitHub
- URL: https://github.com/samarthpandeydev/face-recognition-attendance-system
- Owner: samarthpandeydev
- License: mit
- Created: 2021-05-24T13:18:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T12:03:06.000Z (about 5 years ago)
- Last Synced: 2025-02-06T13:51:41.271Z (over 1 year ago)
- Topics: attendance-system, facial-recognition, python
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face-Recognition-Attendance-System
This the code for the model of face recognition based attendance system.
It uses python programming langauge & KNN Algorithm for recognition purpose.
How to use this code:
1: run the train.py and make a face recognition dataset(its a numpy array)
2: then copy the path and write it in the attendance.py path location for the recognition and attendance purpose.
Tips:
For efficiency keep the dataset samall so as to decrease the time and space complexity and hence the runtime of the algorithm.