This tool applies ML models to the analysis of DEXA images for measuring bone changes that are related to diffuse idiopathic skeletal hyperostosis (DISH).
The recommended build environment for the code is to have Anaconda installed and then to create a conda environment for python 3 as shown below:
conda create -n dish python=3.7
Once created, activate the environment and install all the needed libraries as follows:
conda activate dish
pip install -r requirements.txt
An example for a recommended invokation of the code:
python scoreSpines.py -i <dir of imgs> -o <out file> --aug_flip --aug_one
See LICENSE
See CODEOWNERS