Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T00:14:01.000Z (6 months ago)
- Last Synced: 2024-06-20T06:24:48.791Z (6 months ago)
- Topics: automation-systems, django, face, face-detection, face-recognition, face-recognition-python, image-classification, image-processing, machine-learning, python3
- Language: HTML
- Homepage:
- Size: 2.94 MB
- Stars: 42
- Watchers: 2
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tracker
A face recognition based attendance system.
![Django CI](https://github.com/Husseinfo/tracker/actions/workflows/django.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/husseinfo/tracker.svg)](https://github.com/husseinfo/tracker/blob/main/LICENSE)
[![views-counter](https://github.com/Husseinfo/views-counter/blob/master/svg/90946301/badge.svg)](https://github.com/Husseinfo/views-counter/blob/master/readme/90946301/year.md)
[![GitHub stars](https://img.shields.io/github/stars/husseinfo/tracker.svg)](https://github.com/husseinfo/tracker/stargazers)![homepage](https://github.com/Husseinfo/tracker/blob/main/static/images/homepage.png?raw=true)
## 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```