ONNX
Open Neural Network Exchange format and runtime.
ONNX defines a portable file format for trained neural networks plus a runtime (onnxruntime) that runs them on CPU, GPU, and specialised accelerators across Linux, macOS, and Windows. It is the lingua franca for moving models between frameworks.
Install
pip install onnx onnxruntime
