Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.27 KB

docs: Calico Docs Code style: black

DISH Scoring

Overview

This tool applies ML models to the analysis of DEXA images for measuring bone changes that are related to diffuse idiopathic skeletal hyperostosis (DISH).

Installation

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

Usage

An example for a recommended invokation of the code:

python scoreSpines.py -i <dir of imgs> -o <out file> --aug_flip --aug_one

License

See LICENSE

Maintainers

See CODEOWNERS