Metadata-Version: 2.1
Name: jina-sagemaker
Version: 0.0.37
Summary: Python library for the Jina endpoints in AWS Sagemaker
Home-page: https://github.com/jina-ai/jina-sagemaker
Download-URL: https://github.com/jina-ai/jina-sagemaker/tags
Author: Jina AI
Author-email: hello@jina.ai
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

<p align="center">
<h2 align="center">Jina Models on AWS SageMaker</h2>
</p>


<p align=center>
<a href="https://pypi.org/project/jina-sagemaker/"><img alt="PyPI" src="https://img.shields.io/pypi/v/jina-sagemaker?label=Release&style=flat-square"></a>
<a href="https://discord.jina.ai"><img src="https://img.shields.io/discord/1106542220112302130?logo=discord&logoColor=white&style=flat-square"></a>
<a href="https://pypistats.org/packages/jina-sagemaker"><img alt="PyPI - Downloads from official pypistats" src="https://img.shields.io/pypi/dm/jina-sagemaker?style=flat-square"></a>
</p>

`jina-sagemaker` package offers streamlined tools for interacting with [Jina Embedding Models through the AWS SageMaker Marketplace](), all within a Python environment.

## Installation

The package can be installed with pip:
```bash
pip install --upgrade jina-sagemaker
```

Install from source:
```bash
python setup.py install
```

## Usage

Please configure your AWS credentials before using this package. You can do this by following the instructions [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html).

Please follow the examples in `notebooks` to get an overview of how to use model packages offered for real time inference and batch transform jobs.

