mnn 0.0.3 copy "mnn: ^0.0.3" to clipboard
mnn: ^0.0.3 copied to clipboard

A package for running MNN models on Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mnn

With Flutter:

 $ flutter pub add mnn

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

dependencies:
  mnn: ^0.0.3

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:mnn/mnn.dart';
2
likes
130
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A package for running MNN models on Dart and Flutter.

Repository (GitHub)
View/report issues

Topics

#mnn #machine-learning #deep-learning #native-assets

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, hooks, logging, meta, native_toolchain_cmake, path, yaml

More

Packages that depend on mnn