pseudoscorex-backend / model /__init__.py
Nanny7's picture
Initial commit: Flask backend for pseudoscore-x
219ee1a
raw
history blame contribute delete
86 Bytes
from .inference import load_pipeline, predict
__all__ = ["load_pipeline", "predict"]