File size: 265 Bytes
315cd39
 
 
 
 
 
 
6bd4e42
 
1
2
3
4
5
6
7
8
9
10
"""Inference module for Mosaic.

This module provides the inference interfaces for:
- Aeon: Cancer subtype prediction from WSI features
- Paladin: Biomarker prediction from WSI features
"""

from .aeon import run as run_aeon
from .paladin import run as run_paladin