Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.