-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFLiteToFirebaseML Component #59
Comments
so this is equivalent to |
It sounds like a great idea to me! Have you joined https://groups.google.com/a/tensorflow.org/g/sig-tfx-addons ? |
yes! I have joined the group already :) |
For anyone that might be wondering how well TFLite and Firebase go together here's a blog post: https://blog.tensorflow.org/2020/06/enhance-your-tensorflow-lite-deployment-with-firebase.html |
You need to write a proposal. See the proposals README |
Firebase ML is a great place to store TFLite model.
With Firebase ML, we can guarantee that mobile devices can be equipped with the latest ML model without explicitly embedding binary in project compiling stage. We can even A/B test different versions of a model with Google Analytics.
It would be nice if there is a TFX component that helps publishing TFLite model to Firebase ML.
What do you think?
The text was updated successfully, but these errors were encountered: