--- title: RadGenome-Anatomy Preview emoji: 🫁 colorFrom: indigo colorTo: blue sdk: gradio sdk_version: "4.44.1" python_version: "3.11" app_file: app.py pinned: false --- # RadGenome-Anatomy · Preview Space A small Gradio Space styled to look like the **Hugging Face dataset card viewer**: a paginated, filterable table of `(study × anatomy class)` rows with inline mask thumbnails — but rendered from a self-contained Parquet subset shipped with the Space. For the full 25,692-study dataset, see [RadGenome-Anatomy](https://huggingface.co/datasets/EvidenceAIResearch/RadGenome-Anatomy). ## What you see | Column | Description | |---|---| | `volume_id` | Source CT study identifier | | `split` | `train` or `validation` | | `label` | Anatomy class name (one of 210) | | `body_system` | One of 10 systems (Pulmonary, Cardiac, Skeletal, …) | | `mask_pa` | Binary mask, PA view | | `mask_ll` | Binary mask, LL view | | `overlay_pa` | PA chest projection with the mask blended (color = body system) | | `overlay_ll` | LL chest projection with the mask blended | ## Controls Filter by `split`, `body_system`, `label`, or free-text search across `volume_id` / `label`. Paginate with **Prev / Next** or jump to a page. ## Source Subset built with `build_preview_subset.py` from the local `views/` directory of [RadGenome-ChestCT](https://huggingface.co/datasets/RadGenome/RadGenome-ChestCT).