if you have README problems I feel bad for you son,
I've got 99 problems but the b**ch aint one ...
This commit is contained in:
parent
278b5cd615
commit
1ef42e27e2
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
|
@ -21,12 +21,12 @@ This are the neural networks we are currently using:
|
||||||
- Speech-To-Text
|
- Speech-To-Text
|
||||||
- [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api) via [Vosk-rs](https://github.com/Bear-03/vosk-rs)
|
- [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api) via [Vosk-rs](https://github.com/Bear-03/vosk-rs)
|
||||||
- Text-To-Speech
|
- Text-To-Speech
|
||||||
- [~~Silero TTS~~](https://github.com/snakers4/silero-models) (currently not used)
|
- [~~Silero TTS~~](https://github.com/snakers4/silero-models) *(currently not used)*
|
||||||
- [~~Coqui TTS~~](https://github.com/coqui-ai/TTS) (currently not used)
|
- [~~Coqui TTS~~](https://github.com/coqui-ai/TTS) *(currently not used)*
|
||||||
- Wake Word
|
- Wake Word
|
||||||
- [~~Rustpotter~~](https://github.com/GiviMAD/rustpotter) (WIP)
|
- [Rustpotter](https://github.com/GiviMAD/rustpotter) *(Partially implemented, still WIP)*
|
||||||
- [Picovoice Porcupine](https://github.com/Picovoice/porcupine) via [official SDK](https://github.com/Picovoice/porcupine#rust)
|
- [Picovoice Porcupine](https://github.com/Picovoice/porcupine) via [official SDK](https://github.com/Picovoice/porcupine#rust) *(requires API key)*
|
||||||
- [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api) via [Vosk-rs](https://github.com/Bear-03/vosk-rs)
|
- [Vosk Speech Recognition Toolkit](https://github.com/alphacep/vosk-api) via [Vosk-rs](https://github.com/Bear-03/vosk-rs) *(very slow)*
|
||||||
- NLU
|
- NLU
|
||||||
- Nothing yet.
|
- Nothing yet.
|
||||||
- Chat
|
- Chat
|
||||||
|
|
@ -35,7 +35,7 @@ This are the neural networks we are currently using:
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
|
|
||||||
Currently, only Russian language is supported.<br>
|
Currently, only Russian language is supported.<br>
|
||||||
But soon, Ukranian and English will be added.
|
But soon, Ukranian and English will be added for the interface, wake-word detection and speech recognition.
|
||||||
|
|
||||||
## How to build?
|
## How to build?
|
||||||
|
|
||||||
|
|
@ -44,6 +44,9 @@ You need only Rust and NodeJS installed on your system.<br>
|
||||||
Other than that, all you need is to install all the dependencies and then compile the code with `cargo tauri build` command.<br>
|
Other than that, all you need is to install all the dependencies and then compile the code with `cargo tauri build` command.<br>
|
||||||
Or run dev with `cargo tauri dev`.
|
Or run dev with `cargo tauri dev`.
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
*Thought you might need some of the platform specific libraries for [PvRecorder](https://github.com/Picovoice/pvrecorder) and [Vosk](https://github.com/alphacep/vosk-api).*
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Abraham Tugalov
|
Abraham Tugalov
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue