example-submission / app /__init__.py
sachin sharma
initial commit
b1f0e98
raw
history blame
118 Bytes
"""
ML Inference Service
A FastAPI-based web service for machine learning model inference.
"""
__version__ = "0.1.0"