Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Update to the Assistant API v1alpha2 #235

Closed
wants to merge 21 commits into from

Commits on Dec 18, 2017

  1. Change AIY Logo to latest and greatest.

    PeterMalkin authored and Peter Malkin committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    3ce28a1 View commit details
    Browse the repository at this point in the history
  2. Python API and example source code for VisionKit

    This commit extends the original AIY projects
    python API to include drivers, APIs and demos
    for the AIY Projects Vision Kit.
    
    https://aiyprojects.withgoogle.com/vision/
    Peter Malkin committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    a4298c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. buzzer-demo: Add a music tracker

    This lets us do effects, glissandos, phasing, and so on through a nice
    and easy python API. Additionally, it adds the toneplayer and
    trackplayer classes as well as the tracks to the setup.py script to make
    sure they get deployed.
    jtg-google committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c22ea5b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    1cc3153 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Update to Cloud Speech v1

    The v1beta1 endpoint has been shut down, so this is necessary for using
    the Cloud Speech demo now.
    
    This is a cherry-pick from the voicekit branch.
    
    See google#205.
    drigz committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    df432a1 View commit details
    Browse the repository at this point in the history
  2. Restore changes from the voicekit branch

    Summary of changes:
    - Fix instructions for using the Voice Kit on Stretch (google#187)
    - Make it easier to turn the LED off (google#167)
    - Fix crash with trigger sound (google#163)
    - Let user code control TTS (google#185)
    - Enable hotwording with Cloud Speech (0b4972b)
    drigz committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    bc95e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365f115 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#226 from google/mks

    Restructures for Vision/Voice kit coexistence.
    PeterMalkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8ab73a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#227 from drigz/aiy-csv1

    Update to Cloud Speech v1
    PeterMalkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    fbd3c88 View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#228 from drigz/restore-changes

    Restore changes from the voicekit branch
    PeterMalkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    414a2da View commit details
    Browse the repository at this point in the history
  7. Use VISION_BONNET_MODELS_PATH env var for custom models path.

    Change-Id: I687ca96e4cf768617fa45d50d68dadffde750b87
    dmitriykovalev authored and Peter Malkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    359040a View commit details
    Browse the repository at this point in the history
  8. Finalizing protocol between VisionBonnet and Pi.

    Change-Id: I7276ec84ae22adcca3262ad28745302e25bd9a40
    dmitriykovalev authored and Peter Malkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    ffbd2c7 View commit details
    Browse the repository at this point in the history
  9. Refactor image classification get_classes().

    Add object_prob_threshold to restrict probabilities, change
    max_num_objects default to return all detected objects. Default
    behaviour now is to return all detected classes with non-zero
    probabilities.
    
    Change-Id: Ibbf97d04dc609bf25c0d5329b7757d1391c9b7cf
    dmitriykovalev authored and Peter Malkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    37aae14 View commit details
    Browse the repository at this point in the history
  10. Direct support for grayscale images.

    Grayscale images are interpreted by VisionBonnet as RGB where all
    channels are the same. This is just an optimization to send 3 times less
    data over SPI.
    
    Change-Id: I0322cbff8381f295772b1eadead0a4d0d7f335fc
    dmitriykovalev authored and Peter Malkin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    549edfc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Updates "Check audio" shortcut.

    Adds support for Voice V2 and enables the driver for V1.
    
    Change-Id: I5b5c861aca65b6a25e250dbda78535820cbbb969
    michael-kernel-sanders authored and Peter Malkin committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    d010d10 View commit details
    Browse the repository at this point in the history
  2. Fixes device names for Voice v1/v2.

    Change-Id: I33131a033cdf0ffdce9b4ccbe6a67e88aa54cce2
    michael-kernel-sanders committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    38c1f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4580917 View commit details
    Browse the repository at this point in the history
  4. add immediate option for cloudspeech recognize (google#234)

    * add immediate option for cloudspeech recognize
    
    * add documentation for immediate argument
    rkkautsar authored and drigz committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    2c808d8 View commit details
    Browse the repository at this point in the history
  5. Improve the two README.md files

    The root README.md is documentation for the GitHub repo, shown on the
    https://github.com/google/aiyprojects-raspbian. src/README.md is
    documentation for the API, which can't contain relative links to files
    in the GitHub repo.
    
    Fixes google#214.
    drigz authored and PeterMalkin committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    8fb6156 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Update to google-assistant-{library,grpc}==0.1.0

    This doesn't update from v1alpha1 of the gRPC API to v1alpha2, which is
    to follow.
    
    Change-Id: I86a5f2eb73acf51a169ff678af03f24b4d3e1175
    drigz committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b9b1cd1 View commit details
    Browse the repository at this point in the history
  2. Update to the Assistant API v1alpha2

    Change-Id: Ic51bee63aeb3117f12b6bacfc5452b055b003b7d
    drigz committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a00333b View commit details
    Browse the repository at this point in the history