Clara Hobbs ed077b4144 Changed icons for Kaylee | пре 8 година | |
---|---|---|
assets | пре 8 година | |
data | пре 8 година | |
.gitignore | пре 8 година | |
COPYING | пре 8 година | |
README.md | пре 8 година | |
commands.tmp | пре 10 година | |
config.py | пре 8 година | |
gtktrayui.py | пре 8 година | |
gtkui.py | пре 8 година | |
kaylee.py | пре 8 година | |
languageupdater.py | пре 8 година | |
options.json.tmp | пре 8 година | |
recognizer.py | пре 8 година |
Kaylee is a somewhat fancy speech recognizer that will run commands and perform other functions when a user speaks loosely preset sentences. It is based on Blather by Jezra, but adds a lot of features that go beyond the original purpose of Blather.
Note: it may also be required to install pocketsphinx-hmm-en-hub4wsj
Note: to start Kaylee without needing to enter command line options all the time, copy options.json.tmp to ~/.config/kaylee/options.json and edit accordingly.
To run Kaylee with the GTK UI and start in continuous listen mode:
./kaylee.py -i g -c
To run Kaylee with no UI and using a USB microphone recognized and device 2:
./kaylee.py -m 2
To have Kaylee pass the matched sentence to the executed command:
./kaylee.py -p
explanation: if the commands.conf contains:
good morning world: example_command.sh
then 3 arguments, ‘good’, ‘morning’, and ‘world’ would get passed to
example_command.sh as example_command.sh good morning world
./kaylee.py --valid-sentence-command=/path/to/command
note: this can be set in the options.yml file./kaylee.py --invalid-sentence-command=/path/to/command
note: this can be set in the options.yml fileThere are a few ways to find the device number of a USB microphone.
cat /proc/asound/cards
arecord -l