Table of Contents
A locally running speech recognition package.
It can be used in the same way as other speech recognition packages, through Service communication.
GPU PC is recommended due to its nature.
Note
It works on CPU, but there is a slight lag in response. Please go online to install.sh.
This section describes how to set up this repository.
System | Version |
---|---|
Ubuntu | 20.04 (Focal Fossa) |
ROS | Noetic Ninjemys |
Python | 3.8 |
Note
If you need to install Ubuntu or ROS, please check our SOBITS Manual.
- Change directory
$ cd ~/catkin_ws/src
- clone TeamSOBITS/speech_recognition_whisper
$ git clone https://github.com/TeamSOBITS/speech_recognition_whisper.git
- Change directory
$ cd speech_recognition_whisper/
- Install dependent packages
$ bash install.sh
- compile
$ cd ~/catkin_ws/ $ catkin_make
roslaunch speech_recognition_whisper speech_recognition_whisper.launch
This will start the Server.
- /speech_recognition (Service: sobits_msgs/SpeechRecognitionWhisper)
See the open issues for a full list of proposed features (and known issues).