flutter_onnxruntime 1.2.1 copy "flutter_onnxruntime: ^1.2.1" to clipboard
flutter_onnxruntime: ^1.2.1 copied to clipboard

A lightweight plugin that provides native wrappers for running ONNX Runtime on multiple platforms

example/README.md

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.

[Simple Addition Model]

Command to run the example:

flutter pub get
flutter run

More examples #

More examples could be found at flutter_onnxruntime_examples repo.