NAO speech recognition on unknown words (python) [closed]

asked 2014-02-02 23:12:24 -0500

FrancescoSgaramella gravatar image

updated 2016-10-24 08:35:41 -0500

ngrennan gravatar image

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:

  • A person shows NAO a picture of a house (drawn by hand on a whiteboard)
  • The person says "House"
  • NAO now knows that the picture shown represents a house

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!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-08-14 01:27:19.029282

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

yigit gravatar image yigit  ( 2014-02-03 04:48:39 -0500 )edit