GitXplorerGitXplorer
G

cloud-vision

public
1096 stars
893 forks
0 issues

Commits

List of commits on branch master.
Verified
7d50fb62950ab3ebd46f230ed6bd1510c553d1f3

Update README.md

llesv committed 2 years ago
Verified
fbd60630549aba7326a6d280aa40699da27141f1

Merge pull request #172 from gogasca/patch-1

ttswast committed 5 years ago
Verified
e7ba8619b0812b5815802636741b0dbce71b1da8

Update main.py

ggogasca committed 5 years ago
Verified
4131071899e896593217df53017b4a89321875d2

Update storage.py

ggogasca committed 5 years ago
Verified
5e6af3fcd2f8c6d1e88412f222a60ada64e4be10

Merge pull request #167 from kalyanipande-tudip/gsp066-p3-conversion

ttswast committed 5 years ago
Unverified
4635437522715db47c851af0395c5cd5e56ce5eb

GSP066-Awwvision: Cloud Vision API from a Kubernetes Cluster(P2==>P3 Conversion)

committed 5 years ago

README

The README file for this repository.

status: inactive

This repo has been deprecated. All new work will be found at a given language's repo:

C# / .NET | Go lang | Java | Node.js | PHP | Python | Ruby

Note: The Android and IOS samples haven't been moved to the main Android and IOS sample repos yet.


Google Cloud Vision API examples

This repo contains some Google Cloud Vision API examples.

The samples are organized by language and mobile platform.

Language Examples

Landmark Detection Using Google Cloud Storage

This sample identifies a landmark within an image stored on Google Cloud Storage.

Face Detection

See the face detection tutorial in the docs.

Label Detection

See the label detection tutorial in the docs.

Label Tagging Using Kubernetes

Awwvision is a Kubernetes and Cloud Vision API sample that uses the Vision API to classify (label) images from Reddit's /r/aww subreddit, and display the labelled results in a web application.

Text Detection Using the Vision API

This sample uses TEXT_DETECTION Vision API requests to build an inverted index from the stemmed words found in the images, and stores that index in a Redis database. The resulting index can be queried to find images that match a given set of words, and to list text that was found in each matching image.

For finding stopwords and doing stemming, the Python example uses the nltk (Natural Language Toolkit) library. The Java example uses the OpenNLP library.

Mobile Platform Examples

Image Detection Using Android Device Photos

This simple single-activity sample that shows you how to make a call to the Cloud Vision API with an image picked from your device’s gallery.

Image Detection Using iOS Device Photos

The Swift and Objective-C versions of this app use the Vision API to run label and face detection on an image from the device's photo library. The resulting labels and face metadata from the API response are displayed in the UI.

Check out the Swift or Objective-C READMEs for specific getting started instructions.