vision_ai_models 0.1.1
vision_ai_models: ^0.1.1 copied to clipboard
Bundled hand-gesture and face-emotion ML models for the vision_ai plugin. Copies them to app storage and returns runtime paths.
0.1.1 #
- Bumped to require
vision_ai^0.4.0 (which adds the body-pose engine). No change to the bundled hand/face models or this package's API.
0.1.0 #
- Initial release.
- Bundles the hand-gesture (
gesture_recognizer.task) and face-emotion (emotion_classifier.tflite) models used byvision_ai. VisionAiModels.ensureLoaded()copies the models into app storage on first use and returns aModelPathsforVisionAi.- Requires
vision_ai^0.3.0 (which no longer bundles models).