Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 477 Bytes

File metadata and controls

20 lines (12 loc) · 477 Bytes

Neuron viewer

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