ai_image_classifier 1.0.0
ai_image_classifier: ^1.0.0 copied to clipboard
A simple and powerful Flutter package for on-device image classification using TensorFlow Lite models. Supports custom models, image resizing, and normalization.
1.0.0 #
- Initial release of
ai_image_classifier. - Core features:
- TFLite model loading from assets.
- Image preprocessing (resize & normalize).
- Classification from bytes and file paths.
- Support for multiple results with confidence scores.
- Example app included with ImageNet labels.