wenyalintw / Nodule-CADx

Pulmonary nodules computer-aided diagnosis demo system.
MIT License
20 stars 5 forks source link
cancer classification detection dicom lung lung-rads nodule nodules pulmonary segmentation

Nodule CADx

Nodule CADx

Pulmonary nodules computer-aided diagnosis demo system.
Basically an application integrate NoduleNet & texture classification model.

:warning: Warning: Performance of the system is still incomplete and far away from practical use.

Table of contents

Application Demo

Nodule CADx – Demo (YouTube)

Introduction

This is a pulmonary nodules (lung nodules) computer-aided diagnosis (CADx) demo application, which cound directly raise a diagnostic suggestion based on Lung-RADS automatically from computed tomography (CT) scan.

The application has three different view:

Main Window

main window

Screening Window

screening window

Preferences

preferences

Models

There are two models in models

Built With

Modules besides python built-ins

Getting Started

Prerequisites

Installation

git clone https://github.com/wenyalintw/Nodule_CADx.git
pip install -r /path/to/requirements.txt
cd src
python main.py

Future Work

Acknowledgments

MIT License (2020), Wen-Ya Lin