Metadata-Version: 2.1
Name: sagemaker-shim
Version: 0.0.3
Summary: Adapts algorithms that implement the Grand Challenge inference API for running in SageMaker
Home-page: https://github.com/DIAGNijmegen/rse-sagemaker-shim
License: Apache-2.0
Author: James Meakin
Author-email: 12661555+jmsmkn@users.noreply.github.com
Requires-Python: >=3.10,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Project-URL: Repository, https://github.com/DIAGNijmegen/rse-sagemaker-shim
Description-Content-Type: text/markdown

# SageMaker Shim for Grand Challenge

[![CI](https://github.com/jmsmkn/sagemaker-shim/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jmsmkn/sagemaker-shim/actions/workflows/ci.yml?query=branch%3Amain)
[![PyPI](https://img.shields.io/pypi/v/sagemaker-shim)](https://pypi.org/project/sagemaker-shim/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sagemaker-shim)](https://pypi.org/project/sagemaker-shim/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This repo contains a library that adapts algorithms that implement the Grand Challenge inference API for running in SageMaker.

