Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.52 KB

README.md

File metadata and controls

66 lines (38 loc) · 1.52 KB

Facial-Authentication

It is a facial🌝 authentication🔐 web application that allows users to sign up using their name, email📧, password🔑, and face data😊. The face image is converted into a base64 string and sent to the server. The base64 data converts to image🤳 and store at backend💾.

The user can login🛅 using his/her email, password and face. The face is authenticate at the backend and send the HttpResponse to the front end.

Features

  • Facial Authentication 😊🔐
  • No duplicate user(No duplicate face allowed) 👨🏻‍🤝‍👨🏻❎
  • Multiple Authentication system(password and face) 🔐
  • Responsive Design 🐬
  • User Profile and Delete option available ⚡

Tech Stack

Client: Html, Javascript, TailwindCSS, Jquery(ajax)

Server: Python, Django

Authors

Run Locally

Clone the project

  git clone https://github.com/TheLoneAlchemist/Facial-Authentication

Go to the project directory

  cd Facial-Authentication

Install dependencies

  pip install requirements.txt
  " if dilib installation error kindly install wheel file manually that I have attached within it."

Start the server

  python manage.py runserver

Demo

Project.4.mp4

Screenshot

1