Skip to content
forked from Priler/jarvis

Voice Assistant made as an experiment using Silero TTS + Vosk STT + Picovoice Porcupine + waifu

Notifications You must be signed in to change notification settings

YarBurArt/jarvis-jp

 
 

Repository files navigation

Asuka (kesha) v3.1 very early (aka Jarvis update)

Simple Voice Assistant made as an experiment using Silero & Vosk.
Later on Picovoice Porcupine Wake Word Detection

image

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.
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.
The one I was using is small.
p.s. If you don't understand how to install or where to put the Vosk model, I've made a screenshot for you.

Python version

I was using Python 3.10.1, but it should work on any newer version.

Author

(2022) Abraham Tugalov, YarBurArt

About

Voice Assistant made as an experiment using Silero TTS + Vosk STT + Picovoice Porcupine + waifu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.0%
  • AutoHotkey 22.0%