A django based facial recognition system
Steps to run:
- Download repository
- Create your virtualenv based on your operating system
- import the packages from
requirement.txt
- Setup your MySql database and make the necessary change on your settings.py file
- Run
python manage.py makemigrations
&python manage.py migrate
python manage.py createsuperuser
- Run
python manage.py runserver
- Enjoy