yoheiMune / google-vision-api-sample-python

A sample for detect face images with Google Vision Api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

参照リンク.

About

A sample for detect face images with Google Vision Api.


Languages

Language:Python 100.0%