medai / model /__init__.py
Relixsx
Deploy MedAI backend to Hugging Face Space
3a8534b
Raw
History Blame Contribute Delete
166 Bytes
from .inference import BreastCancerInferencePipeline
from .model import BreastCancerClassifier
__all__ = ["BreastCancerInferencePipeline", "BreastCancerClassifier"]