MugFinder is a front-end application that enables users to upload and view faces of photographs.
Click Here to view the full application live (Uses the free version of Heroku - Give it at least a minute to load).
Download the source code locally and use the package manager npm to install.
cd MugFinder
npm install
To run locally:
npm start
See MugFinder-API