An app where you can register, sign in and submit image urls and have the human faces on the image detected by AI and drawn by bounding boxes.
Written in React, JavaScript, Tachyons (CSS) and deployed on Heroku.
To run:
- Clone the project
- run
npm install
- run
npm start
If the project doesn't start, replace the start command in package.json serve -s build
with react-scripts start
There are 4 endpoints that are hard-coded to point to the published online back-end API of the app at Heroku. The reason they are hard-coded was that Heroku would sometimes fail to pick up the .env variables that were setup when deploying and would stop the site from working.