Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 744 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 744 Bytes

Face-Recognition-DjangoApp

This is a Django App which authenticates using Facial recognition:-

Steps to run:

  1. Clone this Repo
git clone https://github.com/NP-compete/Face-Recognition-DjangoApp
  1. cd into the directory
cd Face-Recognition-DjangoApp
  1. Download the shape Predictor file from here
  2. Put the file in DL Models folder
  3. Make migration
python manage.py makemigrations
  1. Migrate
python manage.py migrate
  1. Runserver
python manage.py runserver
  1. Open web browser at http://localhost:8000