8000 GitHub - FOURWORDSALLCAPS/jarvis: Voice assistant made as an experiment using neural networks for things like STT/TTS/Wake Word/NLU etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

FOURWORDSALLCAPS/jarvis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis v3.0

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

OS

The code works strictly under MacOS. The original is written in Rust and works under Windows.

Installation

Install dependencies into the virtual environment

pip install -r requirements.txt

Create a .env file in the root of the project, similar to the example.env

Run script

python main.py

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.9.10.

Author

(2025) Vladimir Zaitsev

Forked from

Abraham Tugalov

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0