Non-commercial extensions and tools for Slideflow.
Project description
Slideflow-NonCommercial brings additional digital pathology deep learning tools to Slideflow, under the CC BY-NC 4.0 license.
Slideflow is designed to provide an accessible, easy-to-use interface for developing state-of-the-art pathology models. While the core Slideflow package integrates with a wide range of cutting-edge methods and models, the variability in licensing practices necessitates that some functionality is distributed through separate add-on packages. Slideflow-NonCommercial extends Slideflow with additional tools available under the CC BY-NC 4.0 non-commercial license, ensuring that the core package remains as open and permissive as possible.
Requirements
Installation
Slideflow-NonCommercial is easily installed via PyPI and will automatically integrate with Slideflow.
pip install slideflow-noncommercial
Features
- HistoSSL, a pretrained foundation model (GitHub | Paper)
- PLIP, a pretrained foundation model (GitHub | Paper)
- GigaPath, a pretrained whole-slide foundation model (GitHub | Paper)
- UNI, a pretrained foundation model (GitHub | Paper)
- BISCUIT, an uncertainty quantification and thresholding algorithm (GitHub | Paper)
- StyleGAN3, a generative adversarial network (GAN) used for both image synthesis and model explainability (GitHub | Paper)
Foundation models
These foundation models are accessible using the same interface all pretrained extractors utilize in Slideflow.
import slideflow as sf
retccl = sf.build_feature_extractor('uni')
Please see the Slideflow documentation for additional information on how feature extractors can be deployed and used.
StyleGAN3
GANs can be trained and deployed in Slideflow, both programmatically and with Slideflow Studio. Please see the Slideflow docs for examples and instructions for use.
BISCUIT
The uncertainty quantification and thresholding algorithm BISCUIT will be automatically added as a submodule at slideflow.biscuit
. Please see the BISCUIT docs for examples and use.
License
This code is made available under the CC BY-NC 4.0 license for non-commercial research applications.
Reference
If you find our work useful for your research, or if you use parts of this code, please consider citing as follows:
Dolezal, J.M., Kochanny, S., Dyer, E. et al. Slideflow: deep learning for digital histopathology with real-time whole-slide visualization. BMC Bioinformatics 25, 134 (2024). https://doi.org/10.1186/s12859-024-05758-x
@Article{Dolezal2024,
author={Dolezal, James M. and Kochanny, Sara and Dyer, Emma and Ramesh, Siddhi and Srisuwananukorn, Andrew and Sacco, Matteo and Howard, Frederick M. and Li, Anran and Mohan, Prajval and Pearson, Alexander T.},
title={Slideflow: deep learning for digital histopathology with real-time whole-slide visualization},
journal={BMC Bioinformatics},
year={2024},
month={Mar},
day={27},
volume={25},
number={1},
pages={134},
doi={10.1186/s12859-024-05758-x},
url={https://doi.org/10.1186/s12859-024-05758-x}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file slideflow_noncommercial-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: slideflow_noncommercial-0.0.1-py3-none-any.whl
- Upload date:
- Size: 344.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 112c81ea8767e063e866d30eab3ec7afb52fee28b962814ee78beb7c3a453bbb |
|
MD5 | a75364c28f0fbc6ca6804c72f3a9ed54 |
|
BLAKE2b-256 | 449c3879605baf2671ff1752b501cf7860c11a1365197754341e2bc6ae7693eb |