pytorch_mobile 0.2.2 copy "pytorch_mobile: ^0.2.2" to clipboard
pytorch_mobile: ^0.2.2 copied to clipboard

A flutter plugin for pytorch model inference. Supports image models as well as custom models.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pytorch_mobile

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

dependencies:
  pytorch_mobile: ^0.2.2

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:pytorch_mobile/pytorch_mobile.dart';
99
likes
140
pub points
81%
popularity

Publisher

unverified uploader

A flutter plugin for pytorch model inference. Supports image models as well as custom models.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on pytorch_mobile