Deepspeech model using tensorflow.js or tensorflowlite

I have used transfer learning to train the system from Deepspeech 0.4.1 using tensorflow. Now, can I serve the trained model using tensorflowLite or tensorflow.js? (Either ways, I’m learning both of these too, hence, any headstart would be really helpful)

Take a look at native_client.

Yes, as @eggonlea said, read the documentation, we have TFLite on Android.

Thanks a lot… Will look into it… And can we also use this in Tensorflow.js? Like, use the steps laid out in Tensorflow to convert the graph so that it’s compatible with tensorflow.js??

Thanks a lot @lissyx. I shall look into it… Additional question remains with Tensorflow.js…

Hint: we have not tried nor carefully looked at TensorFlow.js …