abbyssoul / htm-school-viz

Visualizations of Sparse Distributed Representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTM School Visualizations

These are supporting visualizations for the HTM School educational video series.

Stack

This is a web application with a Python server (so we can run NuPIC and a JavaScript frontend.

Server

  • web.py
  • NuPIC (for episodes 7+)

Client

  • Lodash
  • Bootstrap
  • jQuery UI
  • Handlebars
  • Moment

Install

It's up to you to get NuPIC installed properly. It is not defined in requirements.txt because it doesn't install properly via pip on Linux.

pip install -r requirements.txt

Run

python server.py

View on http://localhost:8080/.

About

Visualizations of Sparse Distributed Representations

License:MIT License


Languages

Language:JavaScript 72.5%Language:HTML 20.6%Language:CSS 5.3%Language:Python 1.5%