executorch_flutter 0.1.1 copy "executorch_flutter: ^0.1.1" to clipboard
executorch_flutter: ^0.1.1 copied to clipboard

A Flutter plugin package using ExecuTorch to allow model inference on Android, iOS, macOS, and Web platforms.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate executorch_flutter

Use it

The package has the following executables:

$ setup_web

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add executorch_flutter

With Flutter:

 $ flutter pub add executorch_flutter

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

dependencies:
  executorch_flutter: ^0.1.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:executorch_flutter/executorch_flutter.dart';
7
likes
0
points
233
downloads

Publisher

verified publisherzcreations.info

Weekly Downloads

A Flutter plugin package using ExecuTorch to allow model inference on Android, iOS, macOS, and Web platforms.

Repository (GitHub)
View/report issues

Topics

#machine-learning #pytorch #ai #mobile #wasm

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, image, meta, path_provider, plugin_platform_interface

More

Packages that depend on executorch_flutter

Packages that implement executorch_flutter