vision_flow 0.0.3
vision_flow: ^0.0.3 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_flowWith Flutter:
$ flutter pub add vision_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vision_flow: ^0.0.3Alternatively, 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';