human_detection 1.0.1 copy "human_detection: ^1.0.1" to clipboard
human_detection: ^1.0.1 copied to clipboard

A Flutter plugin for detecting humans in images using machine learning. Uses TensorFlow Lite for efficient on-device inference.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add human_detection

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

dependencies:
  human_detection: ^1.0.1

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:human_detection/human_detection.dart';
2
likes
140
points
183
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for detecting humans in images using machine learning. Uses TensorFlow Lite for efficient on-device inference.

Repository (GitHub)
View/report issues
Contributing

Topics

#machine-learning #image-processing #tensorflow-lite #human-detection #computer-vision

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on human_detection

Packages that implement human_detection