Notebooks
Interactive walkthroughs rendered into this portal
Notebooks portal
Pages below are git symlinks to repository notebooks/*.ipynb. Quarto renders them with execute: eval: false using stored cell outputs and figure sidecar folders under _site/notebooks/ (published with the whole site to Posit Connect).
pip install -e ".[notebooks]"
jupyter notebook notebooks/Browse
Memo
Pipeline walkthrough
Markdown → classify → extract → vision → summarize with figures.
DICIE
DICIE pipeline walkthrough
Paper Fig. 1 stages, page images, review routing, batch run_file.
Baseline
Random Forest text + handwriting
TF-IDF + Random Forest under OCR / handwriting noise.
Corpus
Sample corpus walkthrough
Seed and query the SQLite medical / salvage store.
SQL
Sample corpus SQL integrations
SQL-oriented views over DocumentStore.
Train
Sample corpus train → test
Export corpus rows into train/eval preparation paths.
RVL-CDIP
RVL-CDIP recreation sampling
SQL queries + 60–70 seeded samples per class (0–15).
OpenRouter
RVL-CDIP OpenRouter eval
Vision + OCR multi-model classify / structured extract PoC.
Regeneration helpers
python scripts/build_sample_corpus_notebooks.py
python scripts/build_rf_notebook.py # Random Forest notebook builder
python scripts/build_rvl_cdip_recreation_notebook.py
python scripts/build_rvl_cdip_openrouter_eval_notebook.pySee also
Pipeline hub · Sample Document Corpus · RVL-CDIP SQL Index · DICIE Pipeline · How-to: Quarto site