vision_ai 0.1.0 copy "vision_ai: ^0.1.0" to clipboard
vision_ai: ^0.1.0 copied to clipboard

On-device hand gesture recognition and facial emotion detection for Flutter. Runs at 25+ FPS with zero cloud dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vision_ai

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

dependencies:
  vision_ai: ^0.1.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:vision_ai/vision_ai.dart';
0
likes
140
points
55
downloads

Documentation

API reference

Publisher

verified publisherottomancoder.com

Weekly Downloads

On-device hand gesture recognition and facial emotion detection for Flutter. Runs at 25+ FPS with zero cloud dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vision_ai

Packages that implement vision_ai