Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mashalk1/computer-vision-attendance-system
A computer vision based attendance system, using cv2, firebase, numpy, cvzone and face_recognition library in python
https://github.com/mashalk1/computer-vision-attendance-system
computer-vision cv2 cvzone face-recognition numpy
Last synced: 9 days ago
JSON representation
A computer vision based attendance system, using cv2, firebase, numpy, cvzone and face_recognition library in python
- Host: GitHub
- URL: https://github.com/mashalk1/computer-vision-attendance-system
- Owner: mashalk1
- Created: 2024-09-10T19:44:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:03:58.000Z (5 months ago)
- Last Synced: 2024-12-19T04:31:04.769Z (2 months ago)
- Topics: computer-vision, cv2, cvzone, face-recognition, numpy
- Language: Python
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This system designed in python, is aimed to use a camera and process that image to match it with an already known student's/persons' ID.
It uses an encoding generator library. Each image present in its library has an encoded matrix, whenever an image is captured, an encoding
matrix is generated for this new image and is compared to all those previously saved i.e the known people to the system.
If it matches more that 80% with that of known persons matrix, the database is updated and the persons presence will be marked.