pepperspeechrecognition | Google Speech Recognition Module for Naoqi and the Pepper | Speech library
kandi X-RAY | pepperspeechrecognition Summary
kandi X-RAY | pepperspeechrecognition Summary
Google Speech Recognition Module for Naoqi and the Pepper Robot by Aldebaran
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Parse command line arguments .
- Recognize audio .
- Stop recording .
- Recognize audio .
- convert samples to wav file
- Initialize receiver .
- Stop receiver module .
- Remove the module .
- Get version number .
pepperspeechrecognition Key Features
pepperspeechrecognition Examples and Code Snippets
Community Discussions
Trending Discussions on pepperspeechrecognition
QUESTION
I'm trying to build a chatbot application on my Pepper. To do this, I plan to use the Pepper Speech Recognition module first to detect the sentences and get the text.
Here's the link: https://github.com/JBramauer/pepperspeechrecognition
Actually, if I put the whole directory of the Speech Recognition module on Pepper, ssh to it and run module_speechrecognition.py and module_receiver.py on it at the same time, the robot does get the right text. But now, I want to use this module on Choregraphe so as to build an application in the end. So, I added the same directory in the project files in Choregraphe and added its path to sys.path to make it possible to import things from this directory. However, I have no idea what to do next. I tried to do "import module_speechrecognition" in a python box in Choregraphe but there was an error saying:
...ANSWER
Answered 2019-Aug-23 at 05:22Try to create a file called __init__.py
in the Models directory, so that python treats it as a module.
Check this other post: link
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pepperspeechrecognition
Like every NaoQi Python project you need the NaoQi Python SDK. You can get it from doc.aldebaran.com. To test it simply run. Next up you need the numpy python module, which is the only python library used. Now run the speechrecognition module.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page