docker run -p 8501:8501 -v <your_data_dir>:/data -it pwoznicki/autorad:latest |
pip install -U autorad |
[!CAUTION] Currently only version 3.10 (tested 3.10.14) is working when installing
autorad==0.2.6
from source or pip.
git clone https://github.com/pwoznicki/AutoRadiomics.git
cd AutoRadiomics
pip install -e .
Tutorials can be found in the examples directory:
Documentation is available at autoradiomics.readthedocs.io.
To use the application, make sure you have its dependencies installed:
pip install -e ".[app]"
[!CAUTION] Currently only version 3.10 (tested 3.10.14) is working when installing
autorad==0.2.6
from source or pip.
The application can be started from the root directory with:
streamlit run autorad/webapp/app.py
By default it willl run at http://localhost:8501/.
For more information about AutoRadiomics, please read our paper:
AutoRadiomics: A Framework for Reproducible Radiomics Research;
P Woznicki, F Laqua, T Bley, B Baeßler;
Frontiers in Radiology, 22
Please cite it if you're using the framework for your research.