Skip to main content

radiology-dataset-guide

Guides researchers and developers through radiology dataset selection, access, and utilization for AI development. Use when user mentions "radiology dataset", "medical imaging data", "RSNA challenge", "MIMIC data access", or needs dataset guidance.

跳到安装

来源信息

仓库
aizech/clinical-skills
最近来源活动
2026年4月21日 22:11
检测到的 SKILL.md 语言
英语
星标
5
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
radiology-dataset-guide
description
Guides researchers and developers through radiology dataset selection, access, and utilization for AI development. Use when user mentions "radiology dataset", "medical imaging data", "RSNA challenge", "MIMIC data access", or needs dataset guidance.
# Radiology Dataset Guide Skill ## Triggers - "radiology dataset" - "medical imaging data" - "RSNA challenge" - "MIMIC data access" - "CheXpert download" - "dataset comparison" - "training data preparation" - "public dataset" ## Parameters - `task_type` (required): ML/AI task being solved - `detection` - Abnormality/nodule/cancer detection - `segmentation` - Organ or lesion segmentation - `classification` - Disease or finding classification - `reconstruction` - Image reconstruction/enhancement - `quantification` - Measurement and feature extraction - `anatomy` (optional): Body region or organ system - `modality` (optional): Imaging modality preference - `access_requirements` (optional): Data use restrictions - `commercial_use` (optional): Boolean for commercial application intent ## Dataset Inventory | Dataset | Modality | Primary Task | Access | Annotations | |---------|----------|---------------|--------|-------------| | RSNA Bone Age | X-ray | Regression | Public | Age, quality | | RSNA Pneumonia | Chest X-ray | Detection | Public | Bounding boxes | | RSNA Brain Hemorrhage | CT | Detection | Public | Bounding boxes, type | | NIH ChestX-ray14 | Chest X-ray | Classification | Public | Labels | | CheXpert | Chest X-ray | Classification | Institutional | Labels | | MIMIC-CXR | Chest X-ray | Multi | PhysioNet | Labels, reports | | CheXphoto | Chest X-ray | Classification | Public | Synth/real pairs | | LUNA16 | CT | Detection | Public | Nodule centers | | KiTS | CT | Segmentation | Public | Kidney/tumor | | BraTS | MRI | Segmentation | Research | Multi-modal seg | | PANDA | Histology | Classification | Public | Biopsy grades | | OBJ-CXR | Chest X-ray | Detection | Public | Bounding boxes | ## Output Format Returns structured JSON with: - Relevant datasets ranked by suitability - Annotation quality and completeness - Access procedure and requirements - Key publications and benchmarks - Preprocessing recommendations - Compliance and ethics considerations ## Usage Examples ``` task_type: detection anatomy: lung modality: CT task_type: classification anatomy: chest commercial_use: true ```
在 GitHub 查看