torch_mobile 0.0.2 copy "torch_mobile: ^0.0.2" to clipboard
torch_mobile: ^0.0.2 copied to clipboard

A Flutter plugin for inference of Pytorch models. Supports image classification on Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add torch_mobile

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

dependencies:
  torch_mobile: ^0.0.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:torch_mobile/torch_mobile.dart';
8
likes
40
pub points
39%
popularity

Publisher

unverified uploader

A Flutter plugin for inference of Pytorch models. Supports image classification on Android.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on torch_mobile