Page 1 of 1

Aiy voice projects on projects.raspberrypi.org

Posted: Mon Mar 12, 2018 12:01 am
by codelock
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

Re: Aiy voice projects on projects.raspberrypi.org

Posted: Mon Mar 12, 2018 2:03 pm
by topguy
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.

Re: Aiy voice projects on projects.raspberrypi.org

Posted: Mon Mar 12, 2018 3:05 pm
by codelock
Can you please tell me where can I learn aiy projects and does google assistant has potential to control gpios without cloud speech api.

Re: Aiy voice projects on projects.raspberrypi.org

Posted: Mon Mar 12, 2018 3:59 pm
by topguy
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