Skip to main content

Samples and Tools the Google Assistant SDK

Project description

This package contains a collection of samples and tools to help you get started with the Google Assistant SDK using Python.

Installing

  • You can install using pip:

    pip install --upgrade google-assistant-sdk

Usage

google-oauthlib-tool

This tool creates test credentials to authorize devices to call the Google Assistant API when prototyping.

  • Follow the steps to configure a Google API Console Project and a Google account to use with the Google Assistant SDK.

  • Download the client_secret_XXXXX.json file from the Google API Console Project credentials section and generate credentials:

    pip install --upgrade google-auth-oauthlib[tool]
    google-oauthlib-tool --client-secrets path/to/client_secret_XXXXX.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless

googlesamples-assistant-audiotest

This tool verifies device setup for audio recording and playback.

  • Install the sample’s dependencies:

    sudo apt-get install portaudio19-dev libffi-dev libssl-dev
    pip install --upgrade google-assistant-sdk[samples]
  • Record 10 seconds of audio samples and play them back:

    googlesamples-assistant-audiotest --record-time 10
  • Adjust the sound device block size and flush size for a soundcard with limited throughput:

    googlesamples-assistant-audiotest --record-time 10 --audio-block-size=3200 --audio-flush-size=6400

The same --audio-block-size and --audio-flush-size options can be used on the gRPC samples included in the SDK.

googlesamples-assistant-pushtotalk

This reference sample implements a simple but functional client for the Google Assistant gRPC API.

  • Install the sample’s dependencies:

    sudo apt-get install portaudio19-dev libffi-dev libssl-dev
    pip install --upgrade google-assistant-sdk[samples]
  • Try the push to talk sample:

    googlesamples-assistant-pushtotalk

googlesamples-assistant-hotword

This reference sample implements a simple but functional client for the Google Assistant library.

  • Download the latest linux_arm7l wheel for the google_assistant_library from the GitHub releases page.

  • Install the google_assistant_library wheel and the samples dependencies using pip:

    pip install --upgrade google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl
    pip install --upgrade google-assistant-sdk[samples]
  • Try the hotword sample:

    googlesamples-assistant-hotword

For Maintainers

See MAINTAINER.md for more documentation on the development, maintainance and release of the Python package itself.

Contributing

Contributions to this repository are always welcome and highly encouraged.

See CONTRIBUTING.md for more information on how to get started.

License

Copyright (C) 2017 Google Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

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

Source Distribution

google-assistant-sdk-0.3.0.tar.gz (49.6 kB view details)

Uploaded Source

Built Distribution

google_assistant_sdk-0.3.0-py2.py3-none-any.whl (17.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-assistant-sdk-0.3.0.tar.gz.

File metadata

File hashes

Hashes for google-assistant-sdk-0.3.0.tar.gz
Algorithm Hash digest
SHA256 0d2d772ab7f5085efb38ddb053c9b00190204307cdf6bb557e7014e849a1ee64
MD5 af1fe9c71e8250aa1697a690dcc54eb7
BLAKE2b-256 4f51290f0817e2fabe8768bcd9b4efe7cfc8a2933337fc1ac0b7890874afd7d3

See more details on using hashes here.

File details

Details for the file google_assistant_sdk-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for google_assistant_sdk-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3ae2c0b74b13b23c3be176a17472afad485cbcdb5eab8656daabc2c9b7a1adb9
MD5 e895d0305198a12608b73ed960e8ae13
BLAKE2b-256 aca429b3af090ab6973e653b23e71c01440bb51e303dddff4bb82bfc1f83e604

See more details on using hashes here.

Supported by

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