/google-vision-api-sample-python

A sample for detect face images with Google Vision Api.

Primary LanguagePython

Google Vision API with python.

VisionAPIの有効化.

https://cloud.google.com/vision/docs/before-you-begin

クレデンシャルの取得.

Get Service Account Key from:
https://cloud.google.com/vision/docs/libraries#installing_the_client_library
then, save to ./my-sevice-account-key.json

対象バージョン.

Python3.6+

モジュールのインストール.

pip3 install --upgrade google-cloud-vision

実行.

python3 sample.py

参照リンク.