Skip to content

Voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.

License

Notifications You must be signed in to change notification settings

Vlaunest777/J.A.R.V.I.S.-by-Vlaunest

Repository files navigation

JARVIS Voice Assistant

poster

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)

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

Neural Networks

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.

Author

Vlaunest limited

Python version?

Old version of Jarvis was built with Python.

License

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