ONNX
ONNX(Open Neural Network Exchange) : 一种开放格式,用于表示机器学习模型,尤其是在深度学习领域。它允许不同框架训练的模型可以被转换成统一的格式,从而在不同的平台和框架上进行推理和部署。
reference
- ONNX 👉🏻 🐙
Open standard for machine learning interoperability
- ONNX Runtime 👉🏻 🐙
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
- sherpa-onnx 👉🏻 🐙
Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, support 12 programming languages
models
- ONNX Models
- ONNX Model Zoo 👉🏻 🐙
A collection of pre-trained, state-of-the-art models in the ONNX format
- ONNX Community
flutter
- onnxruntime_flutter
A flutter plugin for OnnxRuntime provides an easy, flexible, and fast Dart API to integrate Onnx models in flutter apps across mobile and desktop platforms.
- FONNX 👉🏻 🐙
ONNX runtime for Flutter.