hanhou/aind-analysis-framework-viz
0
AIND Analysis Framework Viz

A generic, reusable Panel app for exploring AIND (Allen Institute for Neural Dynamics) analysis results across multiple projects.
Features
- Multi-project support - Switch between different AIND projects via dropdown
- Interactive data table - Filter, sort, and select records with Tabulator
- Asset viewer - Display PNG figures from S3 based on selected records
- URL state sync - Shareable links that preserve filters, selections, and view state
- Modular architecture - Easy to extend for new projects via configuration
Local Development
# Install dependencies
pip install -r requirements.txt
# Run with Panel
panel serve code/app.py --dev --showFor detailed documentation, see .github/README.md
