Skip to main content

Cloud Vision API API client library

Project description

GA pypi versions

The Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API. It quickly classifies images into thousands of categories (e.g., “sailboat”, “lion”, “Eiffel Tower”), detects individual objects and faces within images, and finds and reads printed words contained within images. You can build metadata on your image catalog, moderate offensive content, or enable new marketing scenarios through image sentiment analysis. Analyze images uploaded in the request or integrate with your image storage on Google Cloud Storage.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable billing for your project.

  3. Enable the Google Cloud Vision API.

  4. Setup Authentication.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.6

Deprecated Python Versions

Python == 2.7.

The last version of this library compatible with Python 2.7 is google-cloud-vision==1.0.0.

RaspberryPi ARM devices

Note: Raspberry Pi ARMv6 is not supported because there is an internal binary google that does not comply with armv6 processors.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-vision

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-vision

Example Usage

from google.cloud import vision

client = vision.ImageAnnotatorClient()
response = client.annotate_image({
  'image': {'source': {'image_uri': 'gs://my-test-bucket/image.jpg'}},
  'features': [{'type_': vision.Feature.Type.FACE_DETECTION}]
})

Known Limitations

Pylint Does Not Work Out Of The Box

Pylint throws errors by default when checking code that uses feature methods on the ImageAnnotatorClient class, such as label_detection() or text_detection().

As a workaround, member checking on all methods of the ImageAnnotatorClient can be disabled using Pylint’s generated-members option. To do this on a line-by-line basis, add a comment like # pylint: disable=no-member to suppress this error. To do this for a whole project, you can add the following lines to a .pylintrc file in your project:

[TYPECHECK]

generated-members=<<REGULAR EXPRESSION>>

Substitute a regular expression of your choosing that matches all lines for which you want to disable this error check. For example, if you choose a convention of naming your ImageAnnotatorClient variables image_annotator_client, then your regex could be image_annotator_client.* or something similar.

Next Steps

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-cloud-vision-2.7.2.tar.gz (658.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_cloud_vision-2.7.2-py2.py3-none-any.whl (383.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file google-cloud-vision-2.7.2.tar.gz.

File metadata

  • Download URL: google-cloud-vision-2.7.2.tar.gz
  • Upload date:
  • Size: 658.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for google-cloud-vision-2.7.2.tar.gz
Algorithm Hash digest
SHA256 e0d4d6c9fdeb9ddc35cc720d94132da0499d7d25c69d4fe3121c5a6fcd3b560e
MD5 f78339adcf5276124451bd42ae78ca29
BLAKE2b-256 ec87cd87929f9714765dde1f44b7e88cd8b4f4c65b24a9799ef2004727835f1e

See more details on using hashes here.

File details

Details for the file google_cloud_vision-2.7.2-py2.py3-none-any.whl.

File metadata

  • Download URL: google_cloud_vision-2.7.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 383.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for google_cloud_vision-2.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1a26fbe86ef268ac77cd736d60f8163a9a5278c9b8f205a74c96031ecf74075b
MD5 7939b18756db75c67311d4195b618196
BLAKE2b-256 fe31ffed8dc09865dfaade9c54f6b7c835cd1670be27cf586779cc54b4cad501

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page