onnx_web 1.0.0+dev.1 copy "onnx_web: ^1.0.0+dev.1" to clipboard
onnx_web: ^1.0.0+dev.1 copied to clipboard

Platformweb

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_web

With Flutter:

 $ flutter pub add onnx_web

This 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.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_web/onnx_web.dart';
0
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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 ONNX Runtime Web for efficient machine learning inference.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

More

Packages that depend on onnx_web