Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.36 KB

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