Skip to content

ros-ai/ros2_whisper

Repository files navigation

ROS 2 Whisper

ROS 2 inference for whisper.cpp.

Build

mkdir -p ros-ai/src && cd ros-ai/src && \
git clone https://github.com/ros-ai/ros2_whisper.git && cd .. && \
colcon build --symlink-install --cmake-args -DWHISPER_CUBLAS=On --no-warn-unused-cli

Demos

Run the inference action server (this will download models to $HOME/.cache/whisper.cpp):

ros2 launch whisper_bringup bringup.launch.py n_thread:=4

Run a client node (activated on space bar press):

ros2 run whisper_demos whisper_on_key

Available Actions

Action server under topic inference of type Inference.action.

Troubleshoot