An app to identify the different breeds of dog based on uploaded photo or captured photo
- React
- Node.js/Express/Postgress
From the command line:
# clone the repo
$ git@github.com:sanjeevyg/Dog-Scanner.git
# Go into the repository
$ cd dog-scanner
# Install dependencies
$ npm install
# run the app
$ npm start
- User can upload the image of the dog from the computer and identify its breed
- User can take a picture of the dog using the camera tool built in app and identify its breed
- User can leave a message using a form availabe in the website for feedback
- Responosiveness to mobile devices