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.
python -m venv env source env/Scripts/activate pip install -r requirements.txt python manage.py runserver 8081npm i npm startTake in consideration that
npm itakes some minutes.
The following image depicts the landing page.
The following image shows a demo:

