Notebook Gallery¶
These notebooks demonstrate BADC workflows using the public bogus dataset. Keep them lightweight
(≤10 MB inputs, stub inference by default) so contributors can run them on laptops or CI workers
without GPUs.
Layout overview¶
chunk_probe.ipynbExplore
badc chunk probe/badc chunk splitand visualize segment plans.infer_local.ipynbRun
badc infer runin stub mode, inspect dataset-aware outputs, and aggregate results.aggregate_analysis.ipynbLoad detection JSON/CSV/Parquet plus
badc report quicklookCSV exports into pandas/DuckDB, then generate quick sanity plots (top labels, chunk timelines).
Execution guidelines¶
Use
badc data connect bogusso manifests/audio stay insidedata/datalad/bogus.Start each notebook with reproducible bootstrap cells (
pip install -e ., env vars, etc.).Mark GPU-heavy cells with
USE_HAWKEARSguards or convert them intobadc --print-datalad-runsnippets until we have GPU-backed CI.Clear outputs before committing; if we need rendered previews, export HTML copies into
docs/.