Update to Rust programming language.
This commit is contained in:
parent
ee8d236e1c
commit
54613e3628
201 changed files with 12954 additions and 1690 deletions
30
README.md
30
README.md
|
|
@ -1,30 +0,0 @@
|
|||
# Kesha v3.0 very early (aka Jarvis update)
|
||||
Simple Voice Assistant made as an experiment using [Silero](https://github.com/snakers4/silero-models) & [Vosk](https://pypi.org/project/vosk/).
|
||||
<br>Later on [Picovoice Porcupine Wake Word Detection](https://picovoice.ai/platform/porcupine/) & [ChatGPT](https://chat.openai.com/) was added.
|
||||
|
||||

|
||||
|
||||
`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 `requirements.txt` file is just an output of `pip freeze` from my test venv 'k.<br>
|
||||
Second, check `config.py` and set required values (api key, device index).<br>
|
||||
Next, run the `main.py` script and Voilà, as simple as that.<br><br>
|
||||
|
||||
And don't forget to put models of Vosk to main folder.<br>
|
||||
You can get the latest from the [official website.](https://alphacephei.com/vosk/models)
|
||||
<br>The one I was using is `small`.
|
||||
<br>p.s. If you don't understand how to install or where to put the Vosk model, I've made a [screenshot](https://i.imgur.com/N3bu2lC.png) for you.
|
||||
|
||||
# Python version
|
||||
I was using Python `3.8.3`, but it should work on any newer version.
|
||||
|
||||
# ToDo
|
||||
- Адекватная архитектура кода, собрать всё и переписать from the ground up.
|
||||
- Задержка воспроизведения звука на основе реальной длительности .wav файла (прогружать при запуске?)
|
||||
- Speech to intent?
|
||||
- Отключать self listening protection во время воспроизведения с наушников.
|
||||
- Указание из списка или по имени будет реализовано позже.
|
||||
|
||||
# Author
|
||||
(2022) Abraham Tugalov
|
||||
Loading…
Add table
Add a link
Reference in a new issue