/lcmd

Liver Cirrhosis Imaging Diagnosis

Primary LanguagePython

LCMD

This project analyses images of the human liver to diagnose cirrhosis disease.

Development

This projects uses pipenv to manage python version and dependencies. More info to install at this link.

To install use:

pipenv shell
pipenv install

To run the program use:

pipenv run start

To contribute as a collaborator:

git clone https://github.com/markusait/lcmd.git
git checkout -b <feature_branch_name>
git add .
git commit -m <commit_message>
# Creates a pull request
git push origin <feature_branch_name>