keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
61.86k stars 19.44k forks source link

Create tutorial on how to deploy Keras models to Android. #11778

Closed gabrieldemarmiesse closed 3 years ago

gabrieldemarmiesse commented 5 years ago

Everything is in the title.

Note created by @fchollet in the "Requests for contributions".

saadmanrafat commented 5 years ago

I would be happy to take this on. TFLite Converter can be used to convert keras model to tensorflow lite models which can be deployed to mobile devices. Should I write up a tutorial on that or do you have anything else in mind?

gabrieldemarmiesse commented 5 years ago

I believe this is good! Good luck with this!

gitman88 commented 5 years ago

Is it possible to use TFLite Converter and convert Keras-models with custom layers? I can't see that it is possible at the moment?

margaretmz commented 5 years ago

I wrote a blog post as well as the tf.Keras and Android code/tutorial on this: https://medium.com/@margaretmz/e2e-tfkeras-tflite-android-273acde6588