An open API service indexing awesome lists of open source software.

https://github.com/emadehsan/food-classifier

Experimenting with Cloud Vision API. DEMO:
https://github.com/emadehsan/food-classifier

cloud computer-vision deep-learning gcp machine-learning vision-api

Last synced: about 1 month ago
JSON representation

Experimenting with Cloud Vision API. DEMO:

Awesome Lists containing this project

README

        

# Food Classifier
This project uses Google Cloud Vision API to classify food.

## Quick start
### 1. Deploy the server code to your back-end
I deployed it on Heroku and have provided the configuration steps

### 2. Set the serverUrl variable in the `front-end` code
Open `front-end/script.js` and update serverUrl to your server's path.

## Play
Use [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en) or deploy front-end to GitHub pages and play with this experiment.