A web-based visualization and debugging platform for NuPIC
A web-based visualization and debugging platform for NuPIC. Usage Set up cerebro2.server to export your model state. Then, run: cd static python -m SimpleHTTPServer 8000 Finally, visit the following URL in your browser: Screenshots To enable taking screenshots with the p keyboard shortcut, open js/classes/abstract_visualization.js and uncomment the line under the note about screenshots. Quicker Setup See ‘run_server.py’ for a quicker setup. GitHub View Github
Read more