/solutions-vision-search

Tutorial for using Cloud Vision API and App Engine to enable search and categorization of images.

Primary LanguagePythonApache License 2.0Apache-2.0

Building an Image Search Application using the Cloud Vision API

This repository contains the accompanying code for the tutorial at https://cloud.google.com/solutions/building-an-image-search-app-with-cloud-vision-tutorial.

Directories

  • categorizer - TensorFlow code for categorizing images using GloVe vectors.
  • gae - Google App Engine backend for image processing and web frontend.
  • sample-images - Sample images used in the tutorial.
  • third_party - Web interface based on the Polymer Starter Kit.

Installation

See the tutorial page for full instructions.