This is a Django App which authenticates using Facial recognition:-
Steps to run:
- Clone this Repo
git clone https://github.com/NP-compete/Face-Recognition-DjangoApp
- cd into the directory
cd Face-Recognition-DjangoApp
python manage.py makemigrations
- Migrate
python manage.py migrate
- Runserver
python manage.py runserver
- Open web browser at http://localhost:8000