mchmarny / klogo

Logo identification microservice using Knative & Google Vision API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

klogo - logo recognition service using Cloud Run on GKE and Google Vision API

Simple go app demonstrating rest service on Cloud Run

Deploy

gcloud beta run deploy klogo \
    --image=gcr.io/knative-samples/klogo:latest \
    --set-env-vars=RELEASE=v0.0.3,GIN_MODE=release

REST Service

curl -H "Content-Type: application/json" \
     -d '{ "id": "test", "url": "https://storage.googleapis.com/kdemo-logos/k8s.png" }' \
     -X POST https://klogo.demo.knative.tech/ | jq "."

About

Logo identification microservice using Knative & Google Vision API

License:Apache License 2.0


Languages

Language:Go 55.2%Language:Shell 34.0%Language:Makefile 6.2%Language:Dockerfile 4.5%