Neuron viewer

May 9, 2023 ยท View on GitHub

The easiest way to view neurons and explanations is using the public website. This directory contains the implementation of that website as well as lightweight servers that make it possible to run an alternative version of the website locally.

Local development

Install:

npm install

Run the backend:

npm run startpy

Run the frontend:

npm start