Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.07 KB

File metadata and controls

25 lines (17 loc) · 1.07 KB

flutter_onnxruntime_examples

Examples for flutter_onnxruntime plugin.

Examples

Image Classification Example

This example demonstrates how to use the ONNX Runtime Flutter plugin for image classification tasks. It includes loading a pre-trained model, preparing input data, and running inference.

Image classification model metadata Image classification inference results Image classification inference results on web

Run the app

flutter run -d <device_id>

device-id could be chrome, ios, android, macos, linux, windows, etc.

References