RafaelCosman / post--grand-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing Neural Networks with the Grand Tour

First time setup

  • Clone your fork or copy of this repository: e.g. git clone https://github.com/distillpub/post--grand-tour.git
  • Install npm (Node Packet Manager). If you're on a Mac and have brew: brew install node will do the job.
  • cd post--grand-tour
  • npm install to install dependencies.

development

  • Execute npm run dev to run a development server that autoreloads when you make changes to the article ("hot-reloading"). The console output will link you to a hot-reloading preview of the article.

deployment

  • npm run build then serve the public/ directory, e.g. cd public && http-server

Acknowledgment

The utility code for WebGL under js/lib/webgl_utils/ were adapted from Angel's computer graphics book supplementary: https://www.cs.unm.edu/~angel/BOOK/INTERACTIVE_COMPUTER_GRAPHICS/SEVENTH_EDITION/

About

License:Creative Commons Attribution 4.0 International


Languages

Language:JavaScript 94.7%Language:HTML 3.9%Language:TeX 0.6%Language:CSS 0.3%Language:Python 0.3%Language:GLSL 0.2%