Live App -> https://faceapp.vercel.app/
A facial recognition application used to detect, count and highlight people's faces in images, built with React, Javascript and CSS. Project developed to study React components, state and props and implementation of the API framework
This project is fully functional but some features can be added, such as the ability for the user to upload their own images or photos.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000
This project was bootstrapped with Create React App.