google_vision 1.0.6+6
google_vision: ^1.0.6+6 copied to clipboard
Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into applications.
example/example.md
Google Vision command line example #
Provides a basic example of how the package can be used to perform image processing from the command line
dart run example/example.dart
Google Vision Flutter example #
Provides a basic example of how the package can be used to perform image processing from within a Flutter app
cd example/flutter/vision_demo/
flutter emulators
flutter emulators --launch apple_ios_simulator
flutter devices
flutter run -d [device id]