jina-sagemaker


Namejina-sagemaker JSON
Version 0.0.31 PyPI version JSON
download
home_pagehttps://github.com/jina-ai/jina-sagemaker
SummaryPython library for the Jina endpoints in AWS Sagemaker
upload_time2024-09-26 04:42:04
maintainerNone
docs_urlNone
authorJina AI
requires_pythonNone
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jina-ai/jina-sagemaker",
    "name": "jina-sagemaker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jina AI",
    "author_email": "hello@jina.ai",
    "download_url": "https://files.pythonhosted.org/packages/03/19/05608f2388d2a6a9fdcb4e5168deddd7d7e043e23d2100c2bf94ecf04f72/jina-sagemaker-0.0.31.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<h2 align=\"center\">Jina Models on AWS SageMaker</h2>\n</p>\n\n\n<p align=center>\n<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>\n<a href=\"https://discord.jina.ai\"><img src=\"https://img.shields.io/discord/1106542220112302130?logo=discord&logoColor=white&style=flat-square\"></a>\n<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>\n</p>\n\n`jina-sagemaker` package offers streamlined tools for interacting with [Jina Embedding Models through the AWS SageMaker Marketplace](), all within a Python environment.\n\n## Installation\n\nThe package can be installed with pip:\n```bash\npip install --upgrade jina-sagemaker\n```\n\nInstall from source:\n```bash\npython setup.py install\n```\n\n## Usage\n\nPlease 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).\n\nPlease follow the examples in `notebooks` to get an overview of how to use model packages offered for real time inference and batch transform jobs.\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python library for the Jina endpoints in AWS Sagemaker",
    "version": "0.0.31",
    "project_urls": {
        "Download": "https://github.com/jina-ai/jina-sagemaker/tags",
        "Homepage": "https://github.com/jina-ai/jina-sagemaker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "031905608f2388d2a6a9fdcb4e5168deddd7d7e043e23d2100c2bf94ecf04f72",
                "md5": "3dff45904b30c7445008c3b8d8ea470c",
                "sha256": "5f5aa8c3074b91be6df14e4702429179d4975ad3a5e8f366cfafcf7f9fe12fdc"
            },
            "downloads": -1,
            "filename": "jina-sagemaker-0.0.31.tar.gz",
            "has_sig": false,
            "md5_digest": "3dff45904b30c7445008c3b8d8ea470c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10781,
            "upload_time": "2024-09-26T04:42:04",
            "upload_time_iso_8601": "2024-09-26T04:42:04.288155Z",
            "url": "https://files.pythonhosted.org/packages/03/19/05608f2388d2a6a9fdcb4e5168deddd7d7e043e23d2100c2bf94ecf04f72/jina-sagemaker-0.0.31.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 04:42:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jina-ai",
    "github_project": "jina-sagemaker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jina-sagemaker"
}
        
Elapsed time: 0.35105s