This is the front-end component for the Face Recognition app.
To run this you will need a back-end API to connect to. You can use the Face Recognition API.
This can be run as localhost or via the REACT_APP_API_URL
environment variable.
To run this app:
- Clone the repo
- Run
npm install
- Run
npm start