Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.6 KB

Logo

faceApp

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

Project Status

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.

Technologies Used

Screenshots

ss

ss

ss

ss

Installation and Setup Instructions

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.