pose_detection 3.6.0 copy "pose_detection: ^3.6.0" to clipboard
pose_detection: ^3.6.0 copied to clipboard

Pose, person and landmark detection using on-device LiteRT (formerly TensorFlow Lite) models.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pose_detection

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

dependencies:
  pose_detection: ^3.6.0

Alternatively, 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:pose_detection/pose_detection.dart';
5
likes
160
points
1.86k
downloads

Documentation

API reference

Publisher

verified publisherhugo.ml

Weekly Downloads

Pose, person and landmark detection using on-device LiteRT (formerly TensorFlow Lite) models.

Repository (GitHub)
View/report issues

Topics

#litert #tflite #pose-detection #computer-vision #on-device-ml

License

Apache-2.0 (license)

Dependencies

flutter, flutter_litert, flutter_web_plugins, meta, opencv_dart, web

More

Packages that depend on pose_detection

Packages that implement pose_detection