drkostas / GI-Tract-Segmentation

"UW-Madison GI Tract Image Segmentation" Kaggle Competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

"UW-Madison GI Tract Image Segmentation" Kaggle Competition


Languages

Language:Jupyter Notebook 100.0%