Fork of Priler/jarvis (CC BY-NC-SA 4.0) https://github.com/Priler/jarvis
Find a file
benzlokzik aa2d51e98f Markup correction
Small corrections in the markdown markup related to the use of strikethrough lines with list of TTS and wake-word neural links
2023-05-07 06:15:09 +03:00
.vscode Update to Rust programming language. 2023-04-27 00:28:36 +05:00
public README typo fixes & some little changes 2023-05-04 01:06:44 +05:00
src App window size lowered 2023-05-01 16:54:50 +05:00
src-tauri README typo fixes & some little changes 2023-05-04 01:06:44 +05:00
.gitignore Some funky stuff, bruh 2023-05-01 01:52:47 +05:00
index.html App window size lowered 2023-05-01 16:54:50 +05:00
LICENSE.txt Readme and License 2023-04-28 19:39:48 +05:00
package-lock.json Update to Rust programming language. 2023-04-27 00:28:36 +05:00
package.json Recorder rewritten. + Attempt to integrate cpal and portaudio. 2023-04-30 22:32:48 +05:00
poster.jpg Some funky stuff, bruh 2023-05-01 01:52:47 +05:00
README.md Markup correction 2023-05-07 06:15:09 +03:00
tsconfig.json Update to Rust programming language. 2023-04-27 00:28:36 +05:00
tsconfig.node.json Update to Rust programming language. 2023-04-27 00:28:36 +05:00
vite.config.ts Update to Rust programming language. 2023-04-27 00:28:36 +05:00

JARVIS Voice Assistant

We are NOT limited by the technology of our time!

Jarvis - is a voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.

The main project challenges we try to achieve is:

  • 100% offline (no cloud)
  • Open source (full transparency)
  • No data collection (we respect your privacy)

Our backend stack is 🦀 Rust with ❤️ Tauri.
For the frontend we use Vite + 🛠️ Svelte.

Other libraries, tools and packages can be found in source code.

Neural Networks

This are the neural networks we are currently using:

Supported Languages

Currently, only Russian language is supported.
But soon, Ukranian and English will be added for the interface, wake-word detection and speech recognition.

How to build?

Nothing special was used to build this project.
You need only Rust and NodeJS installed on your system.
Other than that, all you need is to install all the dependencies and then compile the code with cargo tauri build command.
Or run dev with cargo tauri dev.



Thought you might need some of the platform specific libraries for PvRecorder and Vosk.

Author

Abraham Tugalov

Python version?

Old version of Jarvis was built with Python.
The last Python version commit can be found here.

License

Attribution-NonCommercial-ShareAlike 4.0 International
See LICENSE.txt file for more details.