---
title: 'AeroPath: automatic airway segmentation using deep learning'
colorFrom: indigo
colorTo: indigo
sdk: docker
app_port: 7860
emoji: π«
pinned: false
license: mit
app_file: demo/app.py
---
π« AeroPath π€
An airway segmentation benchmark dataset with challenging pathology
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
[![CI/CD](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml/badge.svg)](https://github.com/raidionics/AeroPath/actions/workflows/deploy.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10069288.svg)](https://doi.org/10.5281/zenodo.10069288)
[![paper](https://img.shields.io/badge/arXiv-preprint-D12424)](https://arxiv.org/abs/2311.01138)
**AeroPath** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
## [Brief intro](https://github.com/raidionics/AeroPath#brief-intro)
This repository contains the AeroPath dataset described in ["_AeroPath: An airway segmentation benchmark dataset with challenging pathology_"](https://arxiv.org/abs/2311.01138). A web application was also developed in the study, to enable users to easily test our deep learning model on their own data. The application was developed using [Gradio](https://www.gradio.app) for the frontend and the segmentation is performed using the [Raidionics](https://raidionics.github.io/) backend.
The dataset is made openly available at [Zenodo](https://zenodo.org/records/10069289) and [the Hugging Face Hub](https://huggingface.co/datasets/andreped/AeroPath). Click any of the two hyperlinks to access the dataset.
## [Dataset structure](https://github.com/raidionics/AeroPath#data-structure)
The dataset contains 27 CTs with corresponding airways and lung annotations. The folder structure is described below:
```
βββ AeroPath.zip
βββ README.md
βββ AeroPath/
βββ 1/
β βββ 1_CT_HR.nii.gz
β βββ 1_CT_HR_label_airways.nii.gz
β βββ 1_CT_HR_label_lungs.nii.gz
βββ [...]
βββ 27/
βββ 27_CT_HR.nii.gz
βββ 27_CT_HR_label_airways.nii.gz
βββ 27_CT_HR_label_lungs.nii.gz
```
## [Demo](https://github.com/raidionics/AeroPath#demo)