dort 0.1.0 copy "dort: ^0.1.0" to clipboard
dort: ^0.1.0 copied to clipboard

ONNX Runtime inference for Dart, powered by the ort Rust crate.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dort

With Flutter:

 $ flutter pub add dort

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

dependencies:
  dort: ^0.1.0

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:dort/dort.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publishergau.moe

Weekly Downloads

ONNX Runtime inference for Dart, powered by the ort Rust crate.

Repository (GitHub)
View/report issues

Topics

#onnx #machine-learning

License

MIT (license)

Dependencies

ffi, hooks, native_toolchain_rust

More

Packages that depend on dort