onnxruntime_plus 1.4.2 copy "onnxruntime_plus: ^1.4.2" to clipboard
onnxruntime_plus: ^1.4.2 copied to clipboard

Flutter FFI plugin for ONNX Runtime with iOS Swift Package Manager support and cross-platform Dart bindings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add onnxruntime_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  onnxruntime_plus: ^1.4.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:onnxruntime_plus/onnxruntime_plus.dart';
1
likes
150
points
64
downloads

Documentation

API reference

Publisher

verified publisheralmasum.dev

Weekly Downloads

Flutter FFI plugin for ONNX Runtime with iOS Swift Package Manager support and cross-platform Dart bindings.

Repository (GitHub)
View/report issues

Topics

#onnx #ai #machine-learning

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on onnxruntime_plus

Packages that implement onnxruntime_plus