tracker A face recognition based attendance system. 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