/colorectal_histology

From catalog of tensorflow datasets

Primary LanguageJupyter Notebook

colorectal_histology


Logo

Table of Contents
  1. About The Project
  2. Contact

About The Project

Content

This data set represents a collection of textures in histological images of human colorectal cancer. It contains two files:

"Kather_texture_2016_image_tiles_5000.zip": a zipped folder containing 5000 histological images of 150 * 150 px each (74 * 74 µm). Each image belongs to exactly one of eight tissue categories (specified by the folder name). "Kather_texture_2016_larger_images_10.zip": a zipped folder containing 10 larger histological images of 5000 x 5000 px each. These images contain more than one tissue type.

Image format

All images are RGB, 0.495 µm per pixel, digitized with an Aperio ScanScope (Aperio/Leica biosystems), magnification 20x. Histological samples are fully anonymized images of formalin-fixed paraffin-embedded human colorectal adenocarcinomas (primary tumors) from our pathology archive (Institute of Pathology, University Medical Center Mannheim, Heidelberg University, Mannheim, Germany).

Ethics statement

All experiments were approved by the institutional ethics board (medical ethics board II, University Medical Center Mannheim, Heidelberg University, Germany; approval 2015-868R-MA). The institutional ethics board waived the need for informed consent for this retrospective analysis of anonymized samples. All experiments were carried out in accordance with the approved guidelines and with the Declaration of Helsinki.

More information / data usage

For more information, please refer to the following article. Please cite this article when using the data set.

Kather JN, Weis CA, Bianconi F, Melchers SM, Schad LR, Gaiser T, Marx A, Zollner F: Multi-class texture analysis in colorectal cancer histology (2016), Scientific Reports (in press)

Product Name Screen Shot

(back to top)

Built With

(back to top)

Installation

  1. Clone the repo and extract zip file
    git clone https://github.com/FreckledMe/colorectal_histology.git
  2. Open a terminal via this extracted folder location
    pip install virtualenv
  3. Create environment for project
    python<version> -m venv <virtual-environment-name>
  4. Activate environment
    environment_path\<virtual-environment-name>\Scripts\activate
  5. Install required libraries
    (virtual-environment-name) pip install -r requirements.txt
  6. Run colorectal_histology.ipynb

(back to top)

Usage

Use Streamlit

(virtual-environment-name)/streamlit run stream.py

Example result

View loss and accuracy in per epoch via Tensorboard

(virtual-environment-name)/tensorboard --logdir logs

Example result

(back to top)

Contact

LinkedIn

(back to top)