Giter Club home page Giter Club logo

explainable-ct-ai's Introduction

Description

This repository contains Python code to train and evaluate convolutional neural network models (CNNs) on the task of multiple abnormality prediction from whole chest CT volumes.

This repository includes code for numerous projects and models, including code related to the following research works:

Draelos, R. L., & Carin, L. "Explainable multiple abnormality classification of chest CT volumes." Artificial Intelligence in Medicine (2022).

  • AxialNet
  • HiResCAM

Draelos, R.L. "Towards fully automated interpretation of volumetric medical images with deep learning." Duke University PhD Thesis (2022).

Usage

Currently this repository represents the final state of my primary PhD codebase after I defended and graduated. The runs directory includes "run files" that, when moved to the root directory, can be run as

python runfile.py

I apologize that some of these run files assume an earlier state of the repo where classes/functions had slightly different interfaces. At some point I hope to "tutorialize" this repo so that it's straightforward to run everything of interest, but for now I figure sharing some code is better than sharing no code, so here you go :)

Requirements

The requirements are specified in ct_environment.yml and include PyTorch, numpy, pandas, sklearn, scipy, and matplotlib.

To create the conda environment run:

conda env create -f ct_environment.yml

The code can also be run using the Singularity container defined in this repository.

Unit Testing

This repo uses the Python unittest module for unit testing. You can use unittest discover to run the unit tests.

Dataset

This research code was developed using the RAD-ChestCT dataset. The models in this codebase can be trained on the RAD-ChestCT dataset. CT scans from RAD-ChestCT are publicly available on Zenodo at this link.

explainable-ct-ai's People

Contributors

rachellea avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.