The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
MedVision: Medical Image Synthesis Framework
π Paper | π Project Page | πΎ Released Resources | π¦ Repo
We release the raw medical imaging data for our MedVision-ChestXR dataset, sourced from the original NIH ChestX-ray14 dataset maintained by the NIH Clinical Center.
The data format for each sample in the chest_xray_processed.jsonl is as follows:
{
"image_id": <unique identifier for the image>,
"findings": <radiological findings text>,
"impression": <clinical impression>,
"pathology_labels": [<list of detected pathologies>],
"patient_age": <age in years>,
"patient_gender": <M/F>,
"view_position": <PA/AP/Lateral>,
"source": <original dataset source>,
"meta": <additional metadata>
}
Some entries have empty findings due to incomplete clinical records in the source data.
*Note: All data has been properly de-identified according to HIPAA guidelines. Patient information has been anonymized.
License
The license for this dataset is CC0.
- Downloads last month
- 10