Rhasspy: a free/open voice assistant toolkit that's fully offline

A typical voice assistant (Alexa, Google Home, etc.) solves a number of important problems:

  1. Deciding when to record audio (wake word)
  2. Listening for voice commands (command listener)
  3. Transcribing command/question (speech to text)
  4. Interpreting the speaker’s intent from the text (intent recognition)
  5. Fulfilling the speaker’s intent (intent handling)
    Rhasspy provides offline, private solutions to problems 1-4 using off-the-shelf tools

All my voice commands will be telling Rhasspy to author and edit Perl scripts. #5 solved!

1 Like