Commit History

UI: keep fullscreen on the working overlay (display) image; only the editable input image drops it
f0c28a4
Running
verified

alex-feeel commited on

UI: drop the broken fullscreen image button (Gradio 6 buttons=[download]); keep download
8c02cff
verified

alex-feeel commited on

README: condense the radiologist section to a short factual note; full quote moved to the blog
56b70a8
verified

alex-feeel commited on

UI: match Clear button height to Run audit (add font-size + vertical padding)
b8b5005
verified

alex-feeel commited on

README: link the Nemotron draft-parser model in Links (parity with the grounding model)
423658e
verified

alex-feeel commited on

README: add achievement:offgrid (no external cloud APIs; models run in-Space), claim Off the Grid
cb8c6fd
verified

alex-feeel commited on

README: order social links X first, LinkedIn second
ac856e1
verified

alex-feeel commited on

README: add X/Twitter social post link alongside LinkedIn
151482f
verified

alex-feeel commited on

README: add Tiny Titan + Best Demo badge tags; sync radiologist quote with published blog
2fc21ca
verified

alex-feeel commited on

Mobile: cap container to viewport so wide JSON/table scroll internally; width-driven overlay; fix ribbon dot wrap
24cd832
verified

alex-feeel commited on

Stack columns on mobile (<=700px) and add (N foci) hint for multi-box findings
a21100c
verified

alex-feeel commited on

ui: point header blog chip at the published blog post
d6b05c4
verified

alex-feeel commited on

ui: header chip is now BLOG POST (links to the published Field Notes), replacing README
74c8a80
verified

alex-feeel commited on

docs: add LinkedIn social-post link to README
34ec8c1
verified

alex-feeel commited on

docs: add published Field Notes link; align radiologist quote with the blog; drop 'honest' wording
19ff0d9
verified

alex-feeel commited on

docs: reframe radiologist section (a radiologist's need, not 'agreed to try'); honest placeholder
d4bf940
verified

alex-feeel commited on

docs: attribute cxr_example_4 (CC-BY-SA); four examples
eaa154f
verified

alex-feeel commited on

ui: filled README chip + hover; footer BUILD SMALL HACKATHON (all-caps)
03fe735
verified

alex-feeel commited on

ui: README chip in header; 4th (urgent) example; caption
3b1368e
verified

alex-feeel commited on

examples: add urgent mass example (cxr_example_4, CC-BY-SA James Heilman)
858e26a
verified

alex-feeel commited on

docs: examples now all carry drafts (clean/missed/over-called)
276f864
verified

alex-feeel commited on

fix: silence Nemotron top_p generation-config warning; document Mamba fallback
0058147
verified

alex-feeel commited on

ui: examples now show clean/missed/over-called; pass model URLs to header
2d1ef84
verified

alex-feeel commited on

ui: clickable header chips + footer model/hackathon links; evidence-card height aligns with draft card
9383b1c
verified

alex-feeel commited on

ui: drop unsupported from image legend (never drawn as a box); keep urgent emphasis
36dcff5
verified

alex-feeel commited on

docs: assemble_audit/run_audit docstrings reflect Nemotron-on-GPU (not CPU/llama.cpp)
b31d8f7
verified

alex-feeel commited on

docs: draft-parsing prompt targets Nemotron; grounding prompt targets MedGemma
17e90db
verified

alex-feeel commited on

docs: parser is model-agnostic; serving model is Nemotron (not MedGemma)
b77ea6b
verified

alex-feeel commited on

docs: Nemotron now on GPU via transformers; drop Llama Champion tag/claim (llama.cpp removed)
b250403
verified

alex-feeel commited on

fix: re-enable Nemotron reasoning (load-bearing for parse accuracy); widen token budget
76a8fae
verified

alex-feeel commited on

fix: read input_ids from BatchEncoding (apply_chat_template returns dict, not tensor)
9434bec
verified

alex-feeel commited on

Both models on GPU; header/footer name both; faster audit
4973222
verified

alex-feeel commited on

Drop llama-cpp-python; pin transformers>=5.3 for native Nemotron
001bfff
verified

alex-feeel commited on

Header/footer: show both models (grounding + draft) prominently
c38c3b8
verified

alex-feeel commited on

Draft parser: run Nemotron on GPU via transformers (drop llama.cpp/CPU)
d00446e
verified

alex-feeel commited on

Add hackathon tags + write-up to Space README (REQ-06): track/badge tags, two-model architecture, honest eval, links, radiologist placeholder
d288aef
verified

alex-feeel commited on

Honest audit-time note (grounding GPU + Nemotron CPU, ~1 min)
798bbeb
verified

alex-feeel commited on

Draft parser: use all CPU threads for faster llama.cpp prompt eval
77f20fa
verified

alex-feeel commited on

Sync cxr_auditor: Nemotron draft parser + assemble_audit split
e8b2d29
verified

alex-feeel commited on

Wire Nemotron draft parser into the audit handler
c49c015
verified

alex-feeel commited on

Add llama-cpp-python (CPU) for the Nemotron draft parser
2fe5aea
verified

alex-feeel commited on

Light theme: upload dropzone follows the paper palette (input adaptive, output viewer stays near-black)
65d418e
verified

alex-feeel commited on

Wire head script (default-dark + theme toggle) into launch
ef7b19e
verified

alex-feeel commited on

Adaptive theme: Clinical Light + Reading Room with header toggle (var-based colors)
4ce6223
verified

alex-feeel commited on

Findings table: drop the no_finding sentinel as a row (mutually exclusive with positives); show one No finding row only for a clear study
26d771e
verified

alex-feeel commited on

Layout: full-width Audit verdict / Findings / Raw JSON stack under the evidence panel
b8bb30d
verified

alex-feeel commited on

Fix inconsistent panel corner rounding: round .styler clip wrapper and image-block bottom corners to the panel radius token
7fd3be2
verified

alex-feeel commited on

Bump Gradio to 6.18.0; launch(theme/css) requires Gradio 6
7ba61aa
verified

alex-feeel commited on

Reading Room UI redesign; move theme/css from Blocks constructor to launch() per Gradio 6 migration
2971c6f
verified

alex-feeel commited on

Deploy collision-aware overlay label placement (render.py); sync cxr_auditor package with local sources
348aa67
verified

alex-feeel commited on