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

https://github.com/dynle/smart-attendance-system

Smart Attendance System uses face recognition. Built in python using OpenCV and face_recognition library.
https://github.com/dynle/smart-attendance-system

attendance-system opencv python

Last synced: 10 months ago
JSON representation

Smart Attendance System uses face recognition. Built in python using OpenCV and face_recognition library.

Awesome Lists containing this project

README

          

# smart-attendance-system

The objective of this project is to build an application that processes live video-stream of students entering their classroom and generate the database of students attending the class with time stamp. THe application retrieves the face recognition model file trained by KNN algorithm from Firebase to make it works. Users can select a specific class by choosing a day and class name list stored in Firebase.

## About The Project









Screenshot 2023-03-30 at 13 23 43


Screenshot 2023-03-30 at 13 27 11

## Built With
* OpenCV
* [face_recognition](https://github.com/ageitgey/face_recognition) Library
* Firebase
* PyQt5

## License
[MIT](https://choosealicense.com/licenses/mit/)