flutter_pose_detection 0.2.1 copy "flutter_pose_detection: ^0.2.1" to clipboard
flutter_pose_detection: ^0.2.1 copied to clipboard

Hardware-accelerated pose detection using LiteRT (successor to TensorFlow Lite) with NPU/GPU/CPU acceleration. Detects 33 body landmarks in MediaPipe-compatible format.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_pose_detection

With Flutter:

 $ flutter pub add flutter_pose_detection

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

dependencies:
  flutter_pose_detection: ^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:flutter_pose_detection/flutter_pose_detection.dart';
0
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Hardware-accelerated pose detection using LiteRT (successor to TensorFlow Lite) with NPU/GPU/CPU acceleration. Detects 33 body landmarks in MediaPipe-compatible format.

Repository (GitHub)
View/report issues

Topics

#pose-detection #ml #machine-learning #computer-vision #npu

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_pose_detection

Packages that implement flutter_pose_detection