From ae92cf76117e826bd124d47dcf3532f3399a1855 Mon Sep 17 00:00:00 2001 From: van-sta-n <115972816+vow-sta-n@users.noreply.github.com> Date: Fri, 29 Aug 2025 11:18:52 +0530 Subject: [PATCH] Update README.md Corrected some grammatical mistakes, for a better understanding! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cfc7f8..37e0225 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Here are a couple of things I'll be looking next: - [X] a 'proper' skills framework, using plugin technology - [X] an event framework to be able to add functionality via plugins -Google have stopped supporting the APi we previously used to convert speech audio to text, so I've not moved to an offline library called Vosk. Its very easy to setup - just type: +Google have stopped supporting the APi we previously used to convert speech audio to text, so I've now moved to an offline library called Vosk. Its very easy to setup - just type: ``` bash pip install vosk ``` and you'll install the main library for Python. -You'll also need to download a model from . I went with the `vosk-model-en-us-0.22` model, which although large is ery accurate. To install the model, just unzip the vosk-model-en-us-0.22.zip file and rename the unzipped folder to `model` and put that in the root of the git repository. +You'll also need to download a model from . I went with the `vosk-model-en-us-0.22` model, which although is large but very accurate. To install the model, just unzip the vosk-model-en-us-0.22.zip file and rename the unzipped folder to `model` and put that in the root of the git repository. ## Code Refactor