Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 988 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 988 Bytes

Zakas

🤖 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!

  • "What's the time?"
  • "How old are you?"
  • "Where is Raleigh?"
  • "Play Shape of You from Youtube."
  • "Search Friends from Google"

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