vision_flow 0.0.4+2
vision_flow: ^0.0.4+2 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 ExecuTorch and TensorFlow Lite.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vision_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vision_flow: ^0.0.4+2Alternatively, 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:vision_flow/vision_flow.dart';