Skip to content

Repository files navigation

Chomsky

Development

Setup

cp config.py.example config.py
brew install pipenv
brew install portaudio
pipenv install

Run

pipenv shell
python main.py

Record

pipenv shell
python main.py record

Train

pipenv shell
python main.py train

Lint

pylint *.py chomsky/*.py chomsky/commands/*.py

Test

python -m unittest chomsky/test/*.py

Add a command

Create a new file at chomsky/commands/_wakeup/x.py (where x is the name of the command).

Run record to record trigger files. Place the files in sounds/commands/x.

About

Python script that lets me pretend I'm talking to the Enterprise computer.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages