Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This tutorial shows you how to run a simple pipeline (ASR + NLU) where Whisper transcribes your speech and feeds it into the NLU component to run an inference.

Steps:

Since the NLU component is not yet available on PyPI, for now, we will need to clone the repository and install it locally.

...