vision_flow 0.0.2+1 copy "vision_flow: ^0.0.2+1" to clipboard
vision_flow: ^0.0.2+1 copied to clipboard

A Flutter plugin for real-time vision tasks, Hands, Face, Pose estimation, and Video Classification. Built on top of MediaPipe, powered by PyTorch and TensorFlow Lite.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vision_flow

With Flutter:

 $ flutter pub add vision_flow

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

dependencies:
  vision_flow: ^0.0.2+1

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:vision_flow/vision_flow.dart';
0
likes
0
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time vision tasks, Hands, Face, Pose estimation, and Video Classification. Built on top of MediaPipe, powered by PyTorch and TensorFlow Lite.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vision_flow

Packages that implement vision_flow