/GI-Tract-Segmentation

"UW-Madison GI Tract Image Segmentation" Kaggle Competition

Primary LanguageJupyter Notebook

Install

  • Install Anaconda/Miniconda

  • Create conda env

  • Activate the environment

  • Run the following command:

    while read requirement; do conda install --yes $requirement || pip install $requirement; done < requirements.txt