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
4
votes
5 answers

Raspberry Pi Error with picamera.exc.PiCameraMMALError: Failed to enable connection: Out of resources

When running a program on the Raspberry Pi Zero W, which involved the RPi Camera, I encountered an issue. This was based on the Joy Detector Demo, from the AIY Kit. Normally, it would change LED colours and make noised based on camera facial input…
AxiomOfTruth
  • 315
  • 1
  • 2
  • 10
1
vote
0 answers

How to compile model based on keras.applications(for transfer learning) for the Google aiy vision kit

I've been trying 2 years(not continuously, moving to other things and then going back) to compile and run a keras.applications based model in the vision kit, i have unsuccessfully tried lots of approaches(even forgot some), asked questions in…
Luis Leal
  • 3,388
  • 5
  • 26
  • 49
1
vote
3 answers

How to remove layers from a keras model in order to use as baseline for creating another model

I need to use a pre-trained model in Keras(keras.applications.VGG16) as a baseline for creating another model(for doing transfer learning) from the first layers of it. The end goal is to freeze and export the model for deployment on a raspberry pi…
Luis Leal
  • 3,388
  • 5
  • 26
  • 49
1
vote
0 answers

How to rotate camera 90 degree with AIY Vision Bonnet?

I need to set camera rotation to 90 degree due to hardware constrains of the project I am building. I have tried using PiCamera examples and set camera.rotation = 90. That rotates preview correctly, however inference stops working. Setting…
Anton Matosov
  • 1,685
  • 1
  • 20
  • 19
1
vote
0 answers

google aiy vision kit compiler: get output node from tensorboard

I'm trying to deploy to a google aiy vision kit v2 a custom model trained with Keras API in Tensorflow,when compiling the model from a .pb Tensorflow file with the vision kit compiler i get: output node named "" does not appear in the…
Luis Leal
  • 3,388
  • 5
  • 26
  • 49
1
vote
4 answers

[google-aiy]: Two vision bonnets on RPi

This is related to project that I'd like build using Google AIY VIsion Kit + Raspberry Pi. I'd like to attach two vision bonnets to RPi zero W. I realized that Pi interacts with Vision Bonnet using SPI interface. From the schematics of RPi GPIO…
1
vote
2 answers

AIY Voice Kit with Voice HAT on Raspberry Pi 3 suddenly requires Google Assistant on phone. Why?

After deleting all activity associated with the Google account linked to the AIY Voice Kit Pi project, the Assistant no longer responds to voice input queries. Now the Assistant responds, "Actually there are some basic settings that need your…
1
vote
0 answers

Raspberry Pi 3 and the new Google AIY Voice Kit SDK - how to adapt the old SDK mod guides?

I have just purchased a Google AIY Voice Kit to use with my Raspberry Pi and I am trying to follow instructions on how to use the voice commands to control a Philips Hue lighting system. The problem is I have no coding experience whatsoever and all…
1
vote
0 answers

best approach towards cloud speech "streaming" solution?

i am making a small transcription service and am thinking about my best options, any advice is very welcome. i'm modifying the google voice aiy demo to do long form (~1hr) transcripts. for this i need to store it in a google cloud storage bucket. i…
0
votes
0 answers

Compatibility Issues with Google AIY Voice and Dependencies: Seeking Solutions and Alternative Methods

I retrieved the previously functional Google AIY Voice from storage, but encountered some difficulties in getting it to work again. Despite updating the necessary credentials and assistant.json file within six months, the generated link was deemed…
0
votes
0 answers

How can I download the Google AIY API library to a fresh Pi?

I've go an elderly V1 voice kit. I struggled a bit a few years ago with the Google API and rapidly lost interest. Now, however, I've an application which just requires to play locally stored sound samples and I thought I should reuse this HAT as it…
KDM
  • 152
  • 12
0
votes
1 answer

How to set playback volume for soundfile in Google AIY voice kit on Pi Zero in python?

I'm using Google AIY Voice Kit (v2) with Raspberry Pi Zero to build a voice-control robot. It's working great! But I have an elementary question. While the robot is processing user speech (and deciding how to respond) I want to play a short sound…
0
votes
1 answer

AIY authorization Error running voice/assistant_grpc_demo.py

Have setup the RPi Zero Wireless, with AIY kit and projects, and have setup Voice Kit Google Project and enabled Google assistant, and setup user credentials(OAuth) Running the voice/assistant_grpc_demo.py demo presents the https: link with brings…
simon
  • 5,777
  • 7
  • 30
  • 36
0
votes
1 answer

Got a google AIY Authorization Error while trying to connect to google cloud

I was at the cd ~/AIY-projects-python/src/examples/voice ./assistant_library_demo.py part, after i got the link and pasted it into the browser i got this error: Error 403: access_denied The developer hasn’t given you access to this app. It’s…
0
votes
1 answer

How do I get the GPIO expansion pins to work with input devices (e.g., Distance Sensor)?

I'm trying to use an HC-SR04 distance sensor with the AIY voice kit. I used the setup in the image link below, except using bonnet PIN_A and PIN_B instead of RPi GPIO23 and 24, and I used a 1000 Ohm and 2000 Ohm resistor for the voltage divider…
KKeiser
  • 1
  • 1
1
2 3