This is a tiny robot that uses voice recognition on the Raspberry Pi and talks with human. By the end of this project completion, we should have a working robot that understand and answers your oral question.
This is going to be achieved using some free API available from different sources. It basically converts our spoken question into to text, process the query and return the answer, and finally turn the answer from text to speech. The project can be divided into four parts:
Speech recognition can be achieved in many ways on Linux (so on the Raspberry Pi), the easiest way is to use Google voice recognition API. The accuracy is very good in Google API, even when the user has strong accent as well.
Processing the query is just like “Google-ing” a question, but what we want is when we ask a question, only one answer should be returned. “Wolfram Alpha” is a good choice here.
From the processed query, we are returned with an answer in text format. What we need to do now is turning the text to audio speech. There are a few options available, but a good choice is Google’s speech service due to its excellent quality.
Block diagram of Piwi
We all know that Raspberry Pi can run several types OS images, not just limited…
DIGX is offering 10% fee discount on Project Guidance registrations till August 31, 2016. Grab…
A golden reason for learning and completing your final year engineering project in DIGX is…
The new devil There's a new sweet devil out for tech savvies, the new Raspberry…
Remote Desktop SSH is often all you need to control your Raspberry Pi, however sometimes…