Skip to content

xNoxious/face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detector

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:

  1. Clone the project
  2. run npm install
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published