jina-sagemaker


Namejina-sagemaker JSON
Version 0.0.24 PyPI version JSON
download
home_pagehttps://github.com/jina-ai/jina-sagemaker
SummaryPython library for the Jina endpoints in AWS Sagemaker
upload_time2024-03-21 05:24:13
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 Embedding 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).

Following notebooks give an overview of how to use the package for inference and batch transform jobs:

- [Real-time Inference](notebooks/Real-time%20inference.ipynb)
- [Batch Transform](notebooks/Batch%20transform.ipynb)
            

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/eb/fc/353efb63faa7bf746caa284c9d87a645da3e56a7c54bbf466ec77537d1a3/jina-sagemaker-0.0.24.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<h2 align=\"center\">Jina Embedding 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\nFollowing notebooks give an overview of how to use the package for inference and batch transform jobs:\n\n- [Real-time Inference](notebooks/Real-time%20inference.ipynb)\n- [Batch Transform](notebooks/Batch%20transform.ipynb)",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python library for the Jina endpoints in AWS Sagemaker",
    "version": "0.0.24",
    "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": "ebfc353efb63faa7bf746caa284c9d87a645da3e56a7c54bbf466ec77537d1a3",
                "md5": "7ae0c5d1899ccb8354f6dc4c6e786411",
                "sha256": "fdaa4377d08f9419cac7d90f060dbc4ca53895c7fd5fa439930a553c453b98fc"
            },
            "downloads": -1,
            "filename": "jina-sagemaker-0.0.24.tar.gz",
            "has_sig": false,
            "md5_digest": "7ae0c5d1899ccb8354f6dc4c6e786411",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5991,
            "upload_time": "2024-03-21T05:24:13",
            "upload_time_iso_8601": "2024-03-21T05:24:13.104364Z",
            "url": "https://files.pythonhosted.org/packages/eb/fc/353efb63faa7bf746caa284c9d87a645da3e56a7c54bbf466ec77537d1a3/jina-sagemaker-0.0.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 05:24:13",
    "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.19987s