Questions tagged [google-aiy]

Tag for Google AIY projects, a series of do-it-yourself kits for makers to explore creative uses of artificial intelligence (AI).

AIY Voice Kit demonstrates voice recognition AI. With this kit, makers assemble their own device that can process natural language (NLP) using cloud services and respond with software events and hardware integration points. The VoiceBonnet accessory board included with the kit has GPIO breakouts to enable makers to extend the device for their own purpose. Please see the website here to get started.

AIY Vision Kit demonstrates image recognition AI. With this kit, makers assemble their own device that can process the video stream from the camera, using a variety of Convolutional Neural Networks (CNN) to evaluate image frames. Trained CNN models for face detection, facial emotions and common objects are included. The VisionBonnet includes a neural network acceleration chip to enable on-device AI (no internet connection required), as well as GPIO breakouts for makers to extend the device for their own ideas. Please see the website here to get started.

More AIY products will be coming soon, so please check the website for the latest details.

45 questions
0
votes
0 answers

What paramaters does android's AudioTrack need to play the output of TextToSpeech.synthesizeToFile?

I want to play the output of android's TextToSpeech.synthesizeToFile using AudioTrack but fear I'm passing AudioTrack's builders the wrong parameters. I copied one of the files generated with TextToSpeech.synthesizeToFile using adb and put in in…
mikeLundquist
  • 769
  • 1
  • 12
  • 26
0
votes
2 answers

Trigger my Google Assistant App on pressing a button

I have a AIY Voice Kit fully assembled and functional (I have tested the 3 demos.py sucessfully). I managed to launch the demo where we have to push the button to launch the Google assistant. But now I wan that it ONLY trigger my Google action (and…
Fab_
  • 13
  • 1
  • 6
0
votes
1 answer

google home app recognising the google AIY voice kit as a light

I recently bought and setup the google aiy voice kit, using the google assistant sdk. When I opened up my google home app, I noticed the voice kit being detected as a light, I was wondering if this could be changed so that I can use it a a google…
user8106670
0
votes
0 answers

How to connect Google Voice Kit to Google Actions created by the same account?

I've connected a Google AIY Voice Kit to my laptop, creating credentials (following this tutorial) using the same account as I used to create the google actions, I've registered my device, I'm out of ideas, the kit still doesn't recognise my actions…
0
votes
1 answer

GRPC get function call when nothing is spoken

I am using the GRPC demo provided by the AIY voice kit as a template for an assistant that uses custom commands. The AIY version I am using has a file structure set up for both vision and voice (but I am not using the vision part). I want to test if…
0
votes
2 answers

Google AIY Voicekit V1 doesn't respond

When running the AIY voice kit "assistant_grpc_demo.py" demo app, it recognizes what I said, but no reply comes from it. Also, for the "assistant_library_demo.py" demo app, it detects when I say "Ok Google" but doesn't recognize anything I say…
Dan K
  • 38
  • 4
0
votes
1 answer

AIY Vision Kit - does CameraInference always grab the latest/current frame?

If my model is taking 80ms to process each frame (12.5fps) but the camera is running at 30fps, how does CameraInference handle the next frame to process? Does it grab the current the current frame just before processing? Or does it pull an earlier…
justin
  • 651
  • 1
  • 8
  • 18
0
votes
0 answers

Google Aiy: no module named 'aiy.assistant.device_helpers'

Iv been trying to get a python script to run which plays music from youtube. if you say "play (song name)" it will go to youtube, find that song and play it. But every time I run it I get: No module named 'aiy.assistant.device_helpers' The code was…
0
votes
2 answers

How to run Google Assistant library (on AIY kit), upon startup of Raspberry Pi?

We set up a voice kit using Raspberry Pi (using "the MagPi essentials AIY Projects" manual). We are able to enable Google Assistant using the command "src/assistant_library_demo.py" in the dev terminal, after Raspberry Pi starts up. We would like…
0
votes
0 answers

Conversation with google assistant sdk

I'm working with the google voice-aiy kit. As far as I see with the assistant-sdk you should continuously say "Ok google" to ask one question and then start over if you want another one. How this work with a DialogFlow app? Is it integrated? When I…
0
votes
1 answer

Google Voice AIY Login accounts

do you think it is possible to implement a feature like the following one Google Home Setup in order to let the voice AIY kit to be discoverable in a wifi network and have a person logging in to it?
0
votes
0 answers

Google Assistant Raspberry Pi Check audio errors

I'm trying to use the google assistant aiy on the Raspberry Pi WITHOUT the voicehat, since it was sold out way to soon. I've found a tutorial which I followed. http://www.androidauthority.com/build-google-assistant-raspberry-pi-770296/ and it worked…
0
votes
1 answer

How do I change the Hot Word (wake word) on Google Assistant Raspberry Pi 3 (Non-AIY Kit)

I've found some great tutorials around the internet on how to change the wake word on the AIY Kit for the Raspberry Pi (Here's a good video of that), but cannot find one anywhere on how to change the hotword for a regular RPi 3 with the API…
-1
votes
1 answer

Unknown format error on running examples on coral board along with coral camera

I was running examples from google coral. They worked fine on my coral board. Then i modified the examples after following this post to increase fps output of camera. The details of platform : mendel@coral2:~$ uname -a Linux coral2 4.14.98-imx #1…
-3
votes
1 answer

Unknown Syntax Error in google aiy voice kit code

When running the following code there is a syntax error. I have researched and the syntax error happens for no reason that I know. The syntax error is: File "src/cloudspeech_demo.py", line 49 elif 'repeat after me' in text: TabError: inconsistent…
ToXicL 16
  • 27
  • 8
1 2
3