** Updated 4th August 2025: I just want to re-emphasize that this project was heavily forked from tensorflow… I tweaked it a tiny bit, but its like 99% retweet.
Running the visualisation locally
- Download the source code here
npm ito install dependenciesnpm run buildto compile the app and place it in the dist/ directorynpm run serveto serve from the dist/ directory and open a page on your browser.- For a fast edit-refresh cycle when developing run
npm run serve-watch. This will start an http server and automatically re-compile the TypeScript, HTML and CSS files whenever they change.
