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

This branch is 31 commits ahead of, 296 commits behind jatolentino/AI-Facial-recognition:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a090973 · Nov 8, 2023

History

31 Commits
Feb 8, 2022
Nov 7, 2023
Feb 8, 2022
Feb 8, 2022
Feb 8, 2022
Nov 7, 2023
Apr 22, 2023
Feb 8, 2022
Feb 8, 2022
Feb 8, 2022
Feb 8, 2022
Feb 8, 2022
Feb 8, 2022

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%