azihsoyn / flutter_mlkit

A Flutter plugin to use the Firebase ML Kit.
MIT License
391 stars 91 forks source link

Support custom models #21

Closed azihsoyn closed 6 years ago

azihsoyn commented 6 years ago

https://firebase.google.com/docs/ml-kit/use-custom-models

for https://github.com/flutter/flutter/issues/17532#issuecomment-396784526

no-1ne commented 6 years ago

Thanks for promptly dedicating effort to work on this, a thought, what do you think about adding custom models support thru a plugin on its own,

https://github.com/flutter/flutter/issues/18660 this issue was moved to a stretch goals and considering official MLVision plugin your support for custom models can come i handy for a lot of users

azihsoyn commented 6 years ago

Hi, @startupgurukul !

I think flutter_mlkit user should use the official plugin (flutter_ml_vision, flutter_ml_interperter?). Of course, I am planning to send Pull-Request about custom model support, if it worked good.

I think this project is experimental before sending Pull-Request to official plugin.

no-1ne commented 6 years ago

Looking forward. Will keep track of the pull request https://github.com/azihsoyn/flutter_mlkit/pull/27

azihsoyn commented 6 years ago

Thanks! I got motivated.

azihsoyn commented 6 years ago

Custom model interpreter for android released! https://pub.dartlang.org/packages/mlkit

iOS support will be next release.

gimox commented 6 years ago

Fantastic!!! Waiting for iOS versionπŸ‘πŸ‘πŸ‘πŸ‘πŸ‘

azihsoyn commented 6 years ago

iOS version already released.

Sorry late announcing.

justus-hildebrand commented 5 years ago

Hey @azihsoyn, are you still planning to make a PR at flutter's official flutter_ml_vision plugin with your custom model implementation? I think it would be a great addition to the plugin! (+ i could use it in a project of mine :stuck_out_tongue_closed_eyes:)