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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add executorch_flutter

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

dependencies:
  executorch_flutter: ^0.0.4

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:executorch_flutter/executorch_flutter.dart';
4
likes
160
points
312
downloads

Publisher

verified publisherzcreations.info

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#machine-learning #pytorch #ai #mobile #deep-learning

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, meta

More

Packages that depend on executorch_flutter

Packages that implement executorch_flutter