Skip to content

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

License

Notifications You must be signed in to change notification settings

jlbelanger/chomsky

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages