onnx_web 1.0.0+dev.1
onnx_web: ^1.0.0+dev.1 copied to clipboard
A web-based Dart wrapper around ONNX Runtime Web, providing ONNX model inference for browsers and web applications. This package implements the `onnx` API specifically for web environments, leveraging [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add onnx_webWith Flutter:
$ flutter pub add onnx_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
onnx_web: ^1.0.0+dev.1Alternatively, 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_web/onnx_web.dart';