RASA NLU in mobile application

Hi guys,

I wanted to know how I can integrate rasa-nlu python package with tensorflow pipeline into my mobile app without creating any rest endpoint. I want to use it natively in my mobile app. Is this possible?

you can create an sdk, i am not sure if tensorflow has allowed portability for RNNs to tensorflow-lite https://www.tensorflow.org/lite/convert

you can convert the tensorflow conversation model though it is an RNN trained in Keras in python to a tensorflow-lite model that can be parsed by native SDK of tensorflow. though i am not sure if it is possible.

Any available example of this?