You must have NuPIC installed. Please follow the installation instructions there.
Now, use pip to install the other python requirements for this application:
pip install -r requirements.txt
To run, simply start the web server from the command line:
python server.py
This will start a web server and load some initial sample data for viewing. Open http://localhost:3000
in your browser to use this application.
Test