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:
- Host: GitHub
- URL: https://github.com/emadehsan/food-classifier
- Owner: emadehsan
- License: mit
- Created: 2019-12-13T17:48:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T09:21:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T17:05:58.813Z (2 months ago)
- Topics: cloud, computer-vision, deep-learning, gcp, machine-learning, vision-api
- Language: JavaScript
- Homepage: https://emadehsan.com/e/food-classifier
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.