jatolentino / AI-Facial-recognition

Django and React web application to recognize facial expressions with AI

Home Page:https://recognize.joseatolentino.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Facial recognition

Github All Releases GitHub repo size GitHub language count version

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 application to recognize facial expressions with AI

https://recognize.joseatolentino.com

License:MIT License


Languages

Language:JavaScript 78.9%Language:Python 20.3%Language:HTML 0.8%