https://github.com/rendeirolab/wsidata
Efficient data structures and IO for whole slide images analysis
https://github.com/rendeirolab/wsidata
deep-learning digital-pathology image-analysis tissue
Last synced: 9 months ago
JSON representation
Efficient data structures and IO for whole slide images analysis
- Host: GitHub
- URL: https://github.com/rendeirolab/wsidata
- Owner: rendeirolab
- Created: 2024-09-14T10:59:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T22:30:00.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:29:57.753Z (over 1 year ago)
- Topics: deep-learning, digital-pathology, image-analysis, tissue
- Language: Python
- Homepage: https://wsidata.rtfd.io/
- Size: 6.06 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wsidata
Efficient data structures and IO for whole slide image analysis
[](https://wsidata.readthedocs.io/en/latest)




wsidata is designed to work with [LazySlide](https://github.com/rendeirolab/LazySlide)
for whole slide image (WSI) analysis.
## Installation
Via pip:
```bash
pip install wsidata
```
Or through conda:
```bash
conda install conda-forge::wsidata
```