onnx 1.0.0+dev.1 onnx: ^1.0.0+dev.1 copied to clipboard
A cross-platform Dart SDK for interacting with ONNX models using the official ONNX Runtime, enabling machine learning model inference in your Dart and Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add onnx
With Flutter:
$ flutter pub add onnx
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
onnx: ^1.0.0+dev.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:onnx/onnx.dart';