Skip to content

This app is used to showcase Face based user authentication

Notifications You must be signed in to change notification settings

NP-compete/Face-Recognition-DjangoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This app is used to showcase Face based user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published