google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.62k stars 694 forks source link

Is it possible to use google aiy voice kit to create a translator? #533

Open ryanbaejh opened 5 years ago

ryanbaejh commented 5 years ago

Like when you talk to them, they talk back to you

andrewtvuong commented 5 years ago

yes it should be in terms of hardware. The easiest way I can think of is to utilize google translate API somehow. feed it your voice commands, let it parse it into text, send to google translate, receive translation, spit it back out.

dmitriykovalev commented 5 years ago

It's totally possible. Voice Kit gives you the hardware to input/output sound, everything else is software you can install and use.