flutter_onnxruntime 1.2.1
flutter_onnxruntime: ^1.2.1 copied to clipboard
A lightweight plugin that provides native wrappers for running ONNX Runtime on multiple platforms
flutter_onnxruntime_example #
Simple Addition Model #
To make a simple demo, we use an addition model with only single operation Add
. The model takes two inputs and outputs the sum of the two inputs.

Command to run the example:
flutter pub get
flutter run
More examples #
More examples could be found at flutter_onnxruntime_examples repo.