A visualization and debugging tool for NuPIC.
cd static
python -m SimpleHTTPServer 8000
You can the visit the following URLs in your browser:
// Basic demo
http://localhost:8000
// Random models demo
http://localhost:8000/#minX=1&maxX=50&minY=1&maxY=25&minZ=3&maxZ=5
// Network demo
http://localhost:8000/#layerClass=TestNetworkLayer&loadLayersTimeoutDuration=500