breznak / htm-school-viz

Visualizations supporting HTM School

Home Page:https://www.youtube.com/playlist?list=PL3yXMgtrZmDqhsFQzwUC9V8MeeVOQ7eZ9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work In Progress!

This project is under very heavy development and will change drastically with no warning.

HTM School Visualizations

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

Stack

This is a web application with a Nodejs server and a JavaScript frontend.

Server

Client

  • Lodash
  • Bootstrap
  • jQuery UI
  • Handlebars
  • Moment

Install

Install npm requirements:

npm install

Run

REQUIREMENT: This server depends on the nupic-history-server running on PORT 8000. You must have that server running for any spatial pooler visualizations to work.

Now start this server on any port you like:

npm start 8080

View on http://localhost:8080/.

About

Visualizations supporting HTM School

https://www.youtube.com/playlist?list=PL3yXMgtrZmDqhsFQzwUC9V8MeeVOQ7eZ9

License:MIT License


Languages

Language:JavaScript 76.5%Language:HTML 17.8%Language:CSS 5.7%