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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
112
likes
160
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on pytorch_mobile