mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-17 12:41:14 -05:00
[PR #2521] Add Slideflow #1840
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2521
Author: @prajvalmohan23
Created: 10/3/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
5674557Add Slideflow📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Slideflow is a deep learning library for digital pathology that provides a unified API for building, training, and testing models using Tensorflow or PyTorch.
Slideflow includes tools for whole-slide image processing, customizable deep learning model training with dozens of supported architectures, multi-instance learning, self-supervised learning, cell segmentation, explainability tools (including heatmaps, mosaic maps, GANs, and saliency maps), analysis of layer activations, uncertainty quantification, and more.
What's the difference between this Python project and similar ones?
Slideflow is a one-of-a-kind library in this field and I haven't come across a similar one with this level of robustness. A variety of fast, optimized whole-slide image processing tools are included, including background filtering, blur/artifact detection, stain normalization/augmentation, and efficient storage in *.tfrecords format. Model training is easy and highly configurable, with a straightforward API for training custom architectures. Slideflow can also be used as an image processing backend for external training loops, serving optimized tf.data.Dataset or torch.utils.data.DataLoader to read and process slide images and perform real-time stain normalization.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.