vision_ai 0.1.1
vision_ai: ^0.1.1 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_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vision_ai: ^0.1.1Alternatively, 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';