Skip to content

Django and React web app to recognize a face with AI

Notifications You must be signed in to change notification settings

supuna97/AI-Facial-recognition

 
 

Repository files navigation

AI Facial recognition

Github All Releases GitHub repo size GitHub language count version

Sample of one of my Web apps with AI

The goal of this project is to show up an application of a web app that provides a service of face recognition using Artificial Intelligence (AI) and which is served through a website.


Use it on your localhost


In the Backend

python -m venv env
source env/Scripts/activate
pip install -r requirements.txt
python manage.py runserver 8081

In the Frontend

npm i
npm start

Take in consideration that npm i takes some minutes.

Description


Localhost sample

The following image depicts the landing page.

 

Project Image

The following image shows a demo:

 

Project Image

About

Django and React web app to recognize a face with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • Python 20.3%
  • HTML 0.8%