Husseinfo / tracker

Face recognition based attendance system
GNU General Public License v3.0
42 stars 24 forks source link
automation-systems django face face-detection face-recognition face-recognition-python image-classification image-processing machine-learning python3

tracker

A face recognition based attendance system.

Django CI GitHub license views-counter GitHub stars

homepage

Running

Python 3.11

Install libraries: pip3 install -r requirements.txt

Initialize the database:

python manage.py migrate
python manage.py createsuperuser

Run development server: python manage.py runserver