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

ExecuTorch on-device ML inference for Flutter using dart:ffi — vision models plus experimental streaming LLM. Android, iOS, macOS, Linux, Windows, Web.

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 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.7.1

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';
11
likes
160
points
707
downloads

Documentation

API reference

Publisher

verified publisherzcreations.info

Weekly Downloads

ExecuTorch on-device ML inference for Flutter using dart:ffi — vision models plus experimental streaming LLM. Android, iOS, macOS, Linux, Windows, Web.

Repository (GitHub)
View/report issues
Contributing

Topics

#machine-learning #pytorch #ai #ffi #mobile

License

MIT (license)

Dependencies

executorch_dart, flutter, flutter_web_plugins, hooks

More

Packages that depend on executorch_flutter

Packages that implement executorch_flutter