Skip to content

elmoallistair/gcp-vision

Repository files navigation

Cloud Vision API

Cloud Vision allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.

Quick Start

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

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments.

Supported Python versions: Python >= 3.6

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install google-cloud-vision

About

cloud vision implementation using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages