Skip to content

calico/DISH

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published