Metadata-Version: 2.4
Name: lazyslide-models
Version: 0.0.1
Summary: The model zoo for LazySlide
Author-email: Yimin Zheng <yzheng@cemm.at>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: numpy>=2.0.0
Requires-Dist: opencv-python-headless
Requires-Dist: pandas
Requires-Dist: platformdirs
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: timm>=1.0.3
Requires-Dist: torch>=2.1.0
Requires-Dist: transformers>=4.0.0
Description-Content-Type: text/markdown

# LazySlide Model

The model zoo for [LazySlide](https://github.com/rendeirolab/LazySlide).

[![Documentation Status](https://readthedocs.org/projects/lazyslide/badge/?version=stable&style=flat-square)](https://lazyslide.readthedocs.io/en/stable)
![pypi version](https://img.shields.io/pypi/v/lazyslide-models?color=0098FF&logo=python&logoColor=white&style=flat-square)
![conda version](https://img.shields.io/conda/vn/conda-forge/lazyslide-models?style=flat-square&logo=anaconda&logoColor=white&color=%2344A833)
![PyPI - License](https://img.shields.io/pypi/l/lazyslide-models?color=FFD43B&style=flat-square)

## Exported models

Some model cannot be loaded directly from huggingface are exported and uploaded to our own huggingface repository.
The script to reproduce the exported models can be found in `scripts/export_models`.
