Skip to main content

Deep Learning toolbox for WSI (digital histopatology) analysis

Project description

DigiPathAI

A software application built on top of openslide for viewing whole slide images (WSI) and performing pathological analysis

Features

  • Responsive WSI image viewer
  • State of the art cancer AI pipeline to segment the and display the cancer cell

Online Demo

https://digipathai.tech/

Installation

pip install DigiPathAI

Usage Local server

digipathai <host: localhost (default)> <port: 8080 (default)>

Python API usage

from DigiPathAI.Segmentation import getSegmentation

prediction = getSegmentation(img_path, 
			patch_size  = 256, 
			stride_size = 128,
			batch_size  = 32,
			quick       = True,
			tta_list    = None,
			crf         = False,
			save_path   = None,
			status      = None)

Results

results

Application Overview

demo

Requirements

Just for the viewer

  • openslide

For the segmentation as well

  • openslide
  • tensorflow<2.0.0
  • pytorch

Installation

pip install DigiPathAI
pip install DigiPathAI 

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

DigiPathAI-0.1.1-py3.5.egg (2.6 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page