apoorvrajdev's picture
feat(api): build production-grade FastAPI inference backend
08f1adc
"""Service layer wrapping the ML predictor."""
from app.services.predictor_service import PredictorService
__all__ = ["PredictorService"]