Skip to content

ig0rmin/gvision_canvus_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvus Google Vision Demo

This simple demo shows how to use MT Canvus Web API in the streaming mode and do something useful with it. The code listens for the new images on a given canvas and annotate every new image with labels received from the Google Vision API.

How-to

  1. Configure MT Canvus server and client
  2. Change these values in the main.go to your own:
const (
    serverURL      = "http://localhost:8090/api/v1"
    authToken      = "8W5zQ8nrSHe4NdBG"
    canvasId       = "e90af7cf-2164-4ce3-b831-3fbb7d1449ae"
    gvisionKeyFile = "/home/igor/gvision_keys.json"
)
  1. Build and run main.go
  2. In the Canvus open the specified canvas and drop a new image.

img/demo_.gif

About

MT Canvus API + Google Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages