Discover and explore top open-source AI tools and projects—updated daily.
Open-source interpretability platform for neural networks
Top 76.7% on SourcePulse
Neuronpedia is an open-source platform for interpreting neural network features, targeting researchers and developers. It provides tools for exploring activations, steering models, and automatically generating explanations, enabling deeper understanding of AI behavior.
How It Works
Neuronpedia employs a microservices architecture, separating the webapp, database, inference, and auto-interpretation services. This modular design allows for independent development and extensibility, enabling users to swap components or run services individually. It leverages OpenAPI schemas for typed communication between services and generates clients for seamless integration.
Quick Start & Requirements
make init-env
, make webapp-demo-build
, make webapp-demo-run
.localhost:3000
. Connects to public demo data (GPT-2 small, Gemma-2-2b) and inference servers.make install-nodejs
, make webapp-localhost-install
, make webapp-localhost-dev
.make inference-localhost-build-gpu
(CUDA) or make inference-localhost-build
(no CUDA). Run with make inference-localhost-dev-gpu
or make inference-localhost-dev
, specifying MODEL_SOURCESET
.make autointerp-localhost-build-gpu
(CUDA) or make autointerp-localhost-build
(no CUDA). Run with make autointerp-localhost-dev-gpu
or make autointerp-localhost-dev
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 day ago
Inactive