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

https://github.com/exido-rio/attendance-system

Automated attendance system using face recognition
https://github.com/exido-rio/attendance-system

attendance-system face-recognition machine-learning python-projects python3

Last synced: 8 months ago
JSON representation

Automated attendance system using face recognition

Awesome Lists containing this project

README

          

# Attendance-System
Attendance system using face recognition






















## ABOUT TOOL :

This is repositary use python face recognition moudle to create the datasets of feature from an images and save them to use them and dectect and verify faces later.
I have putted some random images you can remove those from data and images directory both .
It can detect face from picture and webcam and real faces indeed !

## AVAILABLE ON :

* Windows
* Linux
* Mac

### REQUIREMENTS :
* pip
* python3
```
python3 -m pip install -r requirements.txt
```
## FEATURES :
* [+] Real time data !
* [+] Updated maintainence !
* [+] Easy to use !

## USAGE :
To start using it you need to grab close and clear image of a person then put them into images directory and run entry.py which creates the datasets of feature extracted from these images and store them in Data folder.Which decrease the recognition time.
Then you are good to go just run the recog.py
Also once entry have been complted you can delete those images files in the images directory
```
ex:- "python3 entry.py" :- To add new entry files to the database
"python3 recog.py" :- To recognize faces

Hurray... your attendance system is up and running for use !

```

## CONNECT WITH US :