| Name | audonnx JSON |
| Version |
1.0.0
JSON |
| download |
| home_page | None |
| Summary | Deploy models in ONNX format |
| upload_time | 2025-08-19 06:39:25 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| 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.
|
| 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/installation.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": null,
"name": "audonnx",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "mlops, machine learning, ONNX",
"author": null,
"author_email": "Johannes Wagner <jwagner@audeering.com>, Hagen Wierstorf <hwierstorf@audeering.com>",
"download_url": "https://files.pythonhosted.org/packages/f6/2c/b254c0c5c84dc36fbda121c7162d690a12bddbc4e0907848b3d4948a4674/audonnx-1.0.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/installation.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\n \n Copyright (c) 2018-2021 audEERING GmbH and Contributors\n \n Authors:\n Johannes Wagner\n Hagen Wierstorf\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Deploy models in ONNX format",
"version": "1.0.0",
"project_urls": {
"documentation": "https://audeering.github.io/audonnx/",
"repository": "https://github.com/audeering/audonnx/"
},
"split_keywords": [
"mlops",
" machine learning",
" onnx"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "197c56f681ee43156f57645a45d381ec652ac7b9652d63acadb38b20e4d17cc6",
"md5": "d6cb35a3ca40357370d372028438202f",
"sha256": "f3ef2b883f63ae9b0d19831c56692eed297393f8a5f8b16e65100b0b9f179811"
},
"downloads": -1,
"filename": "audonnx-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d6cb35a3ca40357370d372028438202f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 299239,
"upload_time": "2025-08-19T06:39:23",
"upload_time_iso_8601": "2025-08-19T06:39:23.724525Z",
"url": "https://files.pythonhosted.org/packages/19/7c/56f681ee43156f57645a45d381ec652ac7b9652d63acadb38b20e4d17cc6/audonnx-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f62cb254c0c5c84dc36fbda121c7162d690a12bddbc4e0907848b3d4948a4674",
"md5": "b6325570150167541ce8467a081f13f3",
"sha256": "89dbda9f332f6d32716347411a3f9f85215d1c0231796cc73fa34e374b5a9987"
},
"downloads": -1,
"filename": "audonnx-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b6325570150167541ce8467a081f13f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 302822,
"upload_time": "2025-08-19T06:39:25",
"upload_time_iso_8601": "2025-08-19T06:39:25.540308Z",
"url": "https://files.pythonhosted.org/packages/f6/2c/b254c0c5c84dc36fbda121c7162d690a12bddbc4e0907848b3d4948a4674/audonnx-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-19 06:39:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "audeering",
"github_project": "audonnx",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "audonnx"
}