cyan33 / zakas

:robot: A desktop Siri-like voice manager bot, to automate your daily routine.
MIT License
7 stars 0 forks source link
ai automation bot python voice-recognition

Zakas

:robot: An AI bot to automate your daily life, implemented in Python.

Zakas is named after Nicolas Zakas, who led me into the world of programming.

Features

Try to say something to zakas!

If you are thinking of something intereting that zakas might/should be able to do, feel free to open an issue!

Usage

Install the dependencies:

$ brew install mpg321 portaudio

$ virtualenv env
$ source bin/activate
$ pip install -r requirements.txt

And run the script (right now the simplest way to invoke zakas is to run the script, but in the future a GUI is definitely a good choice):

cd ./src && python zakas.py

Reference