Skip to content

Husseinfo/tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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