This video shows how to use Image Labeling using MLKit / Machine Learning in Flutter.
Image Labeling in Flutter using MLKit | MLKit in Flutter *
ML (Machine Learning) Kit was one of the key highlights in Google I/O 2018. This kit is comprised of
Image Labeling
Text- Recognition
Face- Detection
Barcode- scanning
Landmark- detection
To start with we need to import mlkit package
mlkit 0.5.0 — A Flutter plugin to use the Firebase ML Kit.
We simply need to import this package in our pubspec.yaml
Now, create a project using Firebase by referring to the article.
Please note that the name of your app should be the same in the Firebase, your project’s manifest.xml (if playing in android), and in the app-level build.gradle (if playing in android).
Include the google-services.json in the app directory of android. (one of the steps in Firebase project setup). The data retrieved from Firebase ML gives us three results :
label
confidence
entityID
Website: http://flatteredwithflutter.com/ml-ki...
Medium blog: / ml-kit-and-image-labeling-in-flutter
For complete source code, visit
https://github.com/AseemWangoo/flutte...
In case, this helped, pass me a coffee!! 😊😊
https://www.buymeacoffee.com/aseemwangoo
#ImageLabelling #FlatteredWithFlutter #Flutter