https://github.com/husseinfo/tracker
Face recognition based attendance system
https://github.com/husseinfo/tracker
automation-systems django face face-detection face-recognition face-recognition-python image-classification image-processing machine-learning python3
Last synced: 5 months ago
JSON representation
Face recognition based attendance system
- Host: GitHub
- URL: https://github.com/husseinfo/tracker
- Owner: Husseinfo
- License: gpl-3.0
- Created: 2017-05-11T06:40:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T17:38:38.000Z (10 months ago)
- Last Synced: 2025-04-05T12:32:33.348Z (9 months ago)
- Topics: automation-systems, django, face, face-detection, face-recognition, face-recognition-python, image-classification, image-processing, machine-learning, python3
- Language: HTML
- Homepage: https://husseinfo.github.io/tracker/
- Size: 2.94 MB
- Stars: 44
- Watchers: 2
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tracker
A face recognition based attendance system.

[](https://github.com/husseinfo/tracker/blob/main/LICENSE)
[](https://github.com/Husseinfo/views-counter/blob/master/readme/90946301/year.md)
[](https://github.com/husseinfo/tracker/stargazers)

## Running
Python 3.11
Install libraries: ```pip3 install -r requirements.txt```
Initialize the database:
```bash
python manage.py migrate
python manage.py createsuperuser
```
Run development server:
```python manage.py runserver```