Git Product home page Git Product logo

deepct's Introduction

DeepCT

Using Python to classify DICOM computerized tomography images. Uses the TensorFlow framework. Click here to view this project's website. To install dependencies, make sure that pip is running on your system.

Table of Contents

By using this software, you agree to the terms and conditions outlined in the License. This results generated by this software should not be taken as medical advice and should not be a substitute for seeing a medical professional. Furthermore, the outputs of this software should not be considered conclusive unless verified by a medical professional.

TensorFlow

Google's open-source machine learning library. DeepCT uses the TensorFlow framework.

For the software to be converted to an executable file, some newer versions are not compatible. The latest version tested with DeepCT is version 1.10, which is incompatible with Python versions 3.7 and newer.

Note: The GPU version of TensorFlow has not been used with this software.

pip install tensorflow==1.10

To check if TensorFlow is running on your system, run:

import tensorflow as tf
print(tf.__version__)

If installed correctly, it should output version 1.10.

Matplotlib

Used to plot the data, visually display the data, and create .png images.

pip install matplotlib

PyDICOM

Used to convert the DICOM images into .png format.

pip install pydicom

SciPy

A fundamental library for machine learning.

pip install scipy

NumPy

The foundation for Tensorflow and SciPy. Installed with TensorFlow and SciPy by default.

pip install numpy

To check if NumPy is running on your system, run:

import numpy as np
print(np.__version__)

Pillow

Used to work with the created .png images (originally in .dcm format).

pip install pillow

H5py

Installed with TensorFlow by default. Used to save and load existing ML models.

pip install h5py

Pyinstaller

Used to convert the .py file(s) into an executable file (Windows).

pip install pyinstaller

deepct's People

Contributors

aidanelm avatar

Forkers

yjsyyyjszf

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.