Running the Keyword Detector on Loihi - abr/telluride-nengo GitHub Wiki

This takes you through the steps needed to gather the relevant information and run the keyword detector on Loihi.

1. Download files with data and pre-trained parameters:

Here are figshare URLs that you can use to download the speech data:

Put all of these files in the same folder as speech_demo.py (likely the examples folder)

2. Run the demo

Make sure the loihi driver is running and you can connect to the chip. Then,

python speech_demo.py

For more information on how to set up the model and train it, see here.