Here are some answers to questions you may have as you configure and use Jasper.
main.py
?
dictionary.dic
file is still not present in your client/
directory, just run ~/jasper/boot/boot.py
manually to force the dictionary generation.alsamixer
on your Raspberry Pi for microphone and speaker level controls. Raising the microphone level will help Jasper to hear your voice from a greater distance.isValid
function, the higher it’s priority can be, as you’ll trigger fewer false positives. For more detail, see here. For an example in the code, see the ‘News’ and ‘Hacker News’ modules, which would both accept the input “what’s on hacker news?”; the higher priority of the ‘Hacker News’ module ensures that this input is passed to the correct module.JASPER_HOME
environment variable, then run main.py
as follows: JASPER_HOME="/home/pi" && export JASPER_HOME && python main.py --local
. The --local
flag enables the command-line interface (CLI). Note that there’s no need to type “Jasper” between commands when using the CLI, as you would when interacting through speech.Theme based on BlackTie.co. Icons from Noun Project.