Robotics StackExchange | Archived questions

NAO speech recognition on unknown words (python)

Hello people! I am a beginner in NAO programming and I have to run a project involving NAO robot programmed in python. What I have to do is to assign some knowledge on what is shown to NAO.

For example:

The problem I have encountered is in the speech recognition module. Only words in a certain vocabulary could be recognized. But in my project setting, a person should draw on a whiteboard and say to NAO what is drawn there. So, means I cannot know what the person is going to draw and I cannot set the vocabulary in advance.

How could I solve this problem? Is there any better documentation I can refer to?

Thanks in advance!

Asked by FrancescoSgaramella on 2014-02-03 00:12:24 UTC

Comments

Gspeech uses Google's API. They have a huge database so, maybe you would like take a look at it http://wiki.ros.org/gspeech

Asked by yigit on 2014-02-03 05:48:39 UTC

Answers