pose_classifier 0.1.0+1 copy "pose_classifier: ^0.1.0+1" to clipboard
pose_classifier: ^0.1.0+1 copied to clipboard

Dart port of the google pose detection used in the mlkit example project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pose_classifier

With Flutter:

 $ flutter pub add pose_classifier

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

dependencies:
  pose_classifier: ^0.1.0+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:pose_classifier/pose_classifier.dart';
0
likes
150
points
4
downloads

Documentation

API reference

Publisher

verified publisherfold.land

Weekly Downloads

Dart port of the google pose detection used in the mlkit example project.

Repository (GitHub)
View/report issues
Contributing

Topics

#mlkit #pose-detection #pose-classification #workout-counter

License

Apache-2.0 (license)

Dependencies

collection, google_mlkit_pose_detection, meta, vector_math

More

Packages that depend on pose_classifier