Interactive visualization platform for exploring Sparse Autoencoder (SAE) feature explanations across multiple LLM models.
- Python 3.8+ with pip
- Node.js 16+ with npm
Open a terminal and run:
cd backend
pip install -r requirements.txt
python start.pyBackend will start at http://localhost:8003
Open a new terminal and run:
cd frontend
npm install
npm run devFrontend will start at http://localhost:3003
Visit http://localhost:3003 in your browser.
For detailed documentation, see CLAUDE.md in the root directory.