Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 system

Working :

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 sheet

Gui 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/)