Skip to content

Commit

Permalink
added short readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wasnoplus committed Sep 28, 2020
1 parent 5d53f3c commit 3922e8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# speech2command

Tool to convert sproken commands to actual commands in Azumuta. Using Kaldi ASR models and Vosk-API.

## Usage

VoskJS.js defines a recognizer for the model and should be loaoded first.
resultHandling converts the model to actual commands. Commands can be added with `addToCommand(text, command)`, where `command` is the command for Azumuta and text is a list with words (defined in red<LANG>.js).
To load the English model, load redEn.js; this will load the model and define the appropriate words. To use Dutch, load redNl.js instead.

0 comments on commit 3922e8d

Please sign in to comment.