Skip to content

Husseinfo/tracker

Repository files navigation

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