codelock
Posts: 11
Joined: Sun Dec 31, 2017 8:34 am

Aiy voice projects on projects.raspberrypi.org

Mon Mar 12, 2018 12:01 am

Hi there,
Was looking projects.raspberrypi.org for ideas for aiy project suddenly I got two of them and confused me as none of them had any mention of cloud speech api but only assistant api.will the following projects works without cloud speech api projects are:
https://projects.raspberrypi.org/en/pro ... rol-buggy/
https://projects.raspberrypi.org/en/pro ... -voice-aiy

User avatar
topguy
Posts: 6523
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Aiy voice projects on projects.raspberrypi.org

Mon Mar 12, 2018 2:03 pm

Both rely on you to install the AIY kit which I believe come with both examples for Google Assistant and Google cloud speak.

But I will say those "projects" are pretty light on the details. And after the latest updates to the AIY image by google I'm not sure they are correct any more. The "remote-control" project even links to a page that doesnt exist.

codelock
Posts: 11
Joined: Sun Dec 31, 2017 8:34 am

Re: Aiy voice projects on projects.raspberrypi.org

Mon Mar 12, 2018 3:05 pm

Can you please tell me where can I learn aiy projects and does google assistant has potential to control gpios without cloud speech api.

User avatar
topguy
Posts: 6523
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Aiy voice projects on projects.raspberrypi.org

Mon Mar 12, 2018 3:59 pm

They changed how the Assistant work so now they return a string of the command you said. So your code can hook onto special words and ignore what the assistant answered and do local actions instead.

There is a good project here: https://github.com/shivasiddharth/GassistPi

Return to “Beginners”