Skip to content

Instantly share code, notes, and snippets.

View skoegl's full-sized avatar

Stefan Kögl skoegl

  • Mausbrand Informationssysteme GmbH
  • Dortmund
View GitHub Profile
@skoegl
skoegl / image_web_detection.py
Created September 4, 2017 21:41
Using google cloud vision api on google app engine with python - bare metal
# -*- coding: utf-8 -*-
__author__ = "Stefan Kögl"
from json import dumps, loads
from google.appengine.api.urlfetch import fetch, POST
def vision_api_web_detection(uri):