/cloud-vision-explorer

Google Vision API demo

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Google Cloud Vision API Explorer

Demo Site (Chrome v50 or later only)

About Cloud Vision Explorer

Quick start

Copy src/javascripts/config.js.sample to src/javascripts/config.js and setup the variables.

Run npm install.

Run npm start and open http://localhost:3000/webpack-dev-server/index.html.

If you can't stand the banner, open http://localhost:3000/ instead.

Deploying

Run npm run build, then upload the contents in build/prod folder.

Custom

See Wiki