radio
RadIO is a library for data science research of computed tomography imaging
File Explorer
Download Latest Version (.zip)- .gitignore
- api.rst
- ct_batch.rst
- dense_nodule_net.rst
- dilated_nodule_net.rst
- keras_3dunet.rst
- keras_loss.rst
- keras_models.rst
- keras_nodule_vgg.rst
- keras_res_nodule_net.rst
- loss_functions.rst
- masked_batch.rst
- models.rst
- pipelines.rst
- res_nodule_net.rst
- tf_loss.rst
- tf_models.rst
- unpackers.rst
- models.rst
- pipelines.rst
- preprocessing.rst
- conf.py
- index.rst
- make.bat
- Makefile
- 1_Running_preprocessing.ipynb
- 2_Advanced_nodules_sampling.ipynb
- Actions_chaining.ipynb
- Augmentation.ipynb
- DealingWithAnnotation.ipynb
- Notebook_how_to_easily_train_3d_unet.ipynb
- plotting_tools.py
- research_mip.py
- split_dump_npcmr.py
- Using_masked_batch.ipynb
- __init__.py
- doctor_confidence.py
- nodule_confidence.py
- nodules_merger.py
- parser.py
- __init__.py
- keras_3dunet.py
- keras_model.py
- keras_nodule_vgg.py
- keras_res_nodule_net.py
- losses.py
- __init__.py
- dense_nodule_net.py
- dilated_nodule_net.py
- layers.py
- losses.py
- res_nodule_net.py
- utils.py
- __init__.py
- utils.py
- __init__.py
- pipelines.py
- __init__.py
- augmented_batch.py
- crop.py
- ct_batch.py
- ct_masked_batch.py
- dump.py
- flip.py
- histo.py
- mask.py
- mip.py
- patches.py
- resize.py
- rotate.py
- segment.py
- __init__.py
- batchflow
- flow.png
- flow_with_sn.png
- PyData.ipynb
- RadIO.I.ipynb
- RadIO.II.ipynb
- RadIO.III.ipynb
- RadIO.IV.ipynb
- utils.py
- .gitattributes
- .gitignore
- .gitmodules
- LICENSE
- MANIFEST.in
- pylintrc
- README.md
- requirements.txt
- setup.py
- shippable.yml
# Installation Guide
1. Get the code
git clone https://github.com/analysiscenter/radio
Downloads the entire project code from GitHub to your computer.
cd radio
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install git+https://github.com/analysiscenter/radio.git
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip3 install git+https://github.com/analysiscenter/radio.git
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
