Skip to content

A voice assistant that listens through your default microphone and responds through your output (speakers/headphones).

Notifications You must be signed in to change notification settings

Noah-Grimaldi/thanos-voice-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Thanos Voice Assistant

A voice assistant that listens through your default microphone and responds through your output (speakers/headphones).

If you're using the vertexai for the personal assistant follow these steps and at the bottom be sure to also install the python SDK for it.

To run the music player feature you will need an API key for youtube.

To install dependencies simply run

pip install -r requirements.txt

in an environment of your choosing.

Also follow the setup for whisper.

Make sure your venv is inheriting global site packages.

Whisper also requires the command-line tool ffmpeg to be installed on your system, which is available from most package managers:

# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg

# on Arch Linux
sudo pacman -S ffmpeg

# on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg

# on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg

# on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg

About

A voice assistant that listens through your default microphone and responds through your output (speakers/headphones).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages