From 98024c8266c28a13dc6ccf111bcdfd70a7421ba5 Mon Sep 17 00:00:00 2001 From: Abraham Date: Thu, 13 Apr 2023 23:34:47 +0500 Subject: [PATCH] Some readme, bruh --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 473b691..7eee37f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Simple Voice Assistant made as an experiment using [Silero](https://github.com/s `The code has NOT been polished and is provided "as is". There are a lot of code that are redundant and there are tons of improvements that can be made.` # Installation -First, install the requirements, the file is just a `pip freeze` 'k.
-Second, check `config.py` and set required values.
-Next, just run the `main.py` script.

+First, install the requirements, the `requirements.txt` file is just an output of `pip freeze` from my test venv 'k.
+Second, check `config.py` and set required values (api key, device index).
+Next, run the `main.py` script and VoilĂ , as simple as that.

And don't forget to put models of Vosk to main folder.
You can get the latest from the [official website.](https://alphacephei.com/vosk/models)