pytorch_lite 3.0.0-alpha3 copy "pytorch_lite: ^3.0.0-alpha3" to clipboard
pytorch_lite: ^3.0.0-alpha3 copied to clipboard

Flutter package to help run pytorch lite models classification and yolov5 and yolov8

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pytorch_lite

With Flutter:

 $ flutter pub add pytorch_lite

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

dependencies:
  pytorch_lite: ^3.0.0-alpha3

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:pytorch_lite/pytorch_lite.dart';
37
likes
0
pub points
85%
popularity

Publisher

verified publisherzcreations.info

Flutter package to help run pytorch lite models classification and yolov5 and yolov8

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, ffi, flutter, image, isolate_manager, path, path_provider

More

Packages that depend on pytorch_lite