CoolFace
Apppublic

hanhou/aind-analysis-framework-viz

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
App README

AIND Analysis Framework Viz

![HF Spaces](https://hanhou-aind-analysis-framework-viz.hf.space/app)

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

bash
# Install dependencies
pip install -r requirements.txt

# Run with Panel
panel serve code/app.py --dev --show

For detailed documentation, see .github/README.md