audonnx


Nameaudonnx JSON
Version 0.7.0 PyPI version JSON
download
home_page
SummaryDeploy models in ONNX format
upload_time2023-12-18 10:47:30
maintainer
docs_urlNone
author
requires_python
licenseMIT License Copyright (c) 2018-2021 audEERING GmbH and Contributors Authors: Johannes Wagner Hagen Wierstorf Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords mlops machine learning onnx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
audonnx
=======

|tests| |coverage| |docs| |python-versions| |license|

**audonnx** deploys machine learning models stored in ONNX_ format.

Machine learning models can be trained
in a variety of frameworks,
e.g. scikit-learn_, TensorFlow_, Torch_.
To be independent of the training framework
and its version models can be exported in ONNX_ format,
which enables you to deploy and combine them easily.

**audonnx** allows you to name inputs and outputs
of your model,
and automatically loads the correct feature extraction
from a YAML file stored with your model.

Have a look at the installation_ and usage_ instructions.

.. _ONNX: https://onnx.ai/
.. _scikit-learn: https://scikit-learn.org
.. _TensorFlow: https://www.tensorflow.org
.. _Torch: https://pytorch.org/
.. _installation: https://audeering.github.io/audonnx/install.html
.. _usage: https://audeering.github.io/audonnx/usage.html


.. badges images and links:
.. |tests| image:: https://github.com/audeering/audonnx/workflows/Test/badge.svg
    :target: https://github.com/audeering/audonnx/actions?query=workflow%3ATest
    :alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audonnx/branch/main/graph/badge.svg?token=UGxnVQiKGK
    :target: https://codecov.io/gh/audeering/audonnx/
    :alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audonnx?label=docs
    :target: https://audeering.github.io/audonnx/
    :alt: audonnx's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
    :target: https://github.com/audeering/audonnx/blob/main/LICENSE
    :alt: audonnx's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audonnx.svg
    :target: https://pypi.org/project/audonnx/
    :alt: audonnx's supported Python versions

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "audonnx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mlops,machine learning,ONNX",
    "author": "",
    "author_email": "Johannes Wagner <jwagner@audeering.com>, Hagen Wierstorf <hwierstorf@audeering.com>",
    "download_url": "https://files.pythonhosted.org/packages/ad/45/20c8db26a327cbdb533ddb1c49ae26703b14123b24fe3f44baef408ee4c2/audonnx-0.7.0.tar.gz",
    "platform": null,
    "description": "=======\naudonnx\n=======\n\n|tests| |coverage| |docs| |python-versions| |license|\n\n**audonnx** deploys machine learning models stored in ONNX_ format.\n\nMachine learning models can be trained\nin a variety of frameworks,\ne.g. scikit-learn_, TensorFlow_, Torch_.\nTo be independent of the training framework\nand its version models can be exported in ONNX_ format,\nwhich enables you to deploy and combine them easily.\n\n**audonnx** allows you to name inputs and outputs\nof your model,\nand automatically loads the correct feature extraction\nfrom a YAML file stored with your model.\n\nHave a look at the installation_ and usage_ instructions.\n\n.. _ONNX: https://onnx.ai/\n.. _scikit-learn: https://scikit-learn.org\n.. _TensorFlow: https://www.tensorflow.org\n.. _Torch: https://pytorch.org/\n.. _installation: https://audeering.github.io/audonnx/install.html\n.. _usage: https://audeering.github.io/audonnx/usage.html\n\n\n.. badges images and links:\n.. |tests| image:: https://github.com/audeering/audonnx/workflows/Test/badge.svg\n    :target: https://github.com/audeering/audonnx/actions?query=workflow%3ATest\n    :alt: Test status\n.. |coverage| image:: https://codecov.io/gh/audeering/audonnx/branch/main/graph/badge.svg?token=UGxnVQiKGK\n    :target: https://codecov.io/gh/audeering/audonnx/\n    :alt: code coverage\n.. |docs| image:: https://img.shields.io/pypi/v/audonnx?label=docs\n    :target: https://audeering.github.io/audonnx/\n    :alt: audonnx's documentation\n.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg\n    :target: https://github.com/audeering/audonnx/blob/main/LICENSE\n    :alt: audonnx's MIT license\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audonnx.svg\n    :target: https://pypi.org/project/audonnx/\n    :alt: audonnx's supported Python versions\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2018-2021 audEERING GmbH and Contributors  Authors: Johannes Wagner Hagen Wierstorf  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Deploy models in ONNX format",
    "version": "0.7.0",
    "project_urls": {
        "documentation": "https://audeering.github.io/audonnx/",
        "repository": "https://github.com/audeering/audonnx/"
    },
    "split_keywords": [
        "mlops",
        "machine learning",
        "onnx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05435520eddd353df0c5a396f7e7d473d6e1a2e4517b17b3c56f44e12dcb8d38",
                "md5": "c430bd15e123cda6224a5277645f6223",
                "sha256": "8c9b03128278311973e355f0e18117fd5a4e0175872027350517741afe25d833"
            },
            "downloads": -1,
            "filename": "audonnx-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c430bd15e123cda6224a5277645f6223",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 297417,
            "upload_time": "2023-12-18T10:47:28",
            "upload_time_iso_8601": "2023-12-18T10:47:28.075886Z",
            "url": "https://files.pythonhosted.org/packages/05/43/5520eddd353df0c5a396f7e7d473d6e1a2e4517b17b3c56f44e12dcb8d38/audonnx-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad4520c8db26a327cbdb533ddb1c49ae26703b14123b24fe3f44baef408ee4c2",
                "md5": "10ba10ab7b2b7cde010cf4c5c60bebd5",
                "sha256": "1aba74b5723e643385e1fe8732e02037b85c5a4a380f558a7849bfcc6e3b5b76"
            },
            "downloads": -1,
            "filename": "audonnx-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "10ba10ab7b2b7cde010cf4c5c60bebd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 300586,
            "upload_time": "2023-12-18T10:47:30",
            "upload_time_iso_8601": "2023-12-18T10:47:30.142479Z",
            "url": "https://files.pythonhosted.org/packages/ad/45/20c8db26a327cbdb533ddb1c49ae26703b14123b24fe3f44baef408ee4c2/audonnx-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 10:47:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "audeering",
    "github_project": "audonnx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "audonnx"
}
        
Elapsed time: 0.18193s