Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagargajare/face-recongnition-based-smart-attendance-system
Face-recongnition-based-smart-attendance-system
https://github.com/sagargajare/face-recongnition-based-smart-attendance-system
attendance-system face-detection face-recognition machine-learning python python3 tkinter
Last synced: 5 days ago
JSON representation
Face-recongnition-based-smart-attendance-system
- Host: GitHub
- URL: https://github.com/sagargajare/face-recongnition-based-smart-attendance-system
- Owner: Sagargajare
- Created: 2020-05-20T15:29:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T17:33:06.000Z (almost 4 years ago)
- Last Synced: 2023-05-26T15:38:33.304Z (over 1 year ago)
- Topics: attendance-system, face-detection, face-recognition, machine-learning, python, python3, tkinter
- Language: Python
- Homepage:
- Size: 7.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face-recognition-based-smart-attendance-system
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
Real time face recognition based attendance systemWorking :
1. Create and train the capture images (dataset)
2. Detect faces by using haarcascade classifier
3. Recognize faces and update the attendance in the excel sheetGui Explained https://medium.com/@sagargajare/face-recognition-based-attendance-system-working-explained-7906ad3863e1
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
```bash
pip3 install -r requirements.txt
```## Run
```bash
python3 gui.py
```
## Connect with Contributers[Sagar Gajare](https://www.linkedin.com/in/sagar-gajare/)
[Suyash Jamdade](https://www.linkedin.com/in/suyash-jamdade-5aa1221a3/)