Skip to content

Latest commit

 

History

History

README.md

Nuclei Image Segmentation With UNets

This tutorial can be viewed at nbviewer.

Setup

To run the notebook locally, please following the following setup procedure:

  1. Install dependencies: python -m pip install -r requirements.txt
  2. Follow Kaggle's installation and configuration documentation to install and configure the kaggle cli
  3. Go to Kaggle's 2018 Data Science Bowl Competition, click on "Late Submission" and accept the terms and conditions to get access to the data.
  4. Run ./dl_extract_prepare.sh to download, extract and prepare the data.

Running notebook

  1. Start jupyter notebook jupyter notebook
  2. Open Nuclei_Image_Segmentation.ipynb