From 9d245111328321387b194691ea7360777399acb3 Mon Sep 17 00:00:00 2001 From: Batist Leman Date: Wed, 17 Nov 2021 08:17:02 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1509a3b..ea11472 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,7 @@ Tool to convert sproken commands to actual commands in Azumuta. Using Kaldi ASR 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.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. \ No newline at end of file +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. + +## Mainained +This repository is maintained by the work [instruction platform](https://www.azumuta.com) [Azumuta](https://www.azumuta.com).