Deploy models in ONNX format


Keywords
mlops, machine, learning, ONNX, machine-learning
License
Other
Install
pip install audonnx==0.7.0

Documentation

audonnx

Test status code coverage audonnx's documentation audonnx's supported Python versions audonnx's MIT 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.