SlapBot/stephanie-va

No module named 'speech_recognition'

Opened this issue ยท 9 comments

when executing index.py i am getting this error

File "/home/pi/stephanie-va/Stephanie/boot.py", line 1, in
import speech_recognition as sr
ImportError: No module named 'speech_recognition'

ok solved it :)

hey , why STT engines take so much time , it takes like 10 sec to process my voice , i have tried google , wit , bing but same result . how can i get result faster . any tweak in python code :) not an issue here but just curious about it :) as i have used jasper before and voice processing speed is still the same , i am running stephanie in my pi3 :)

Hmm, that's weird, can you boot up Stephanie in a regular machine (pc, mac)? because it takes at maximum 5 seconds in my machine to process the STT part. could it be your internet connection problem?

no i have tried in my ubuntu 16.04 pc but STT is taking lot of time . and another weired issue i found is tts out put rate is so fast in my pi but its ok on pc . how to fix tts talking rate and some time it stuck at give me your command for long time

it's a system issue, try switching the driver from os to mixer and vice-versa to see which works best under TTS in config.ini file of tts_player settings.

so , STT is bringing some trouble is there cli interface so i can chat with stephanie and output comes in speaker too . i ll try to fix this in pi thank you , you are awesome man ๐Ÿ‘

What is the solution to the error
"No module named 'speech_recognition' #22"

you can try doing a pip install SpeechRecognition

ok solved