react-native-tensorflow
react-native-tensorflow copied to clipboard
Possbile Tensorflow Lite intergration?
Is it possible to replace TensorFlow with TensorFlow Lite without completely breaking the code? I'm just concerned about the larger .apk files sizes when using the entire TensorFlow library.
I think going forward I will completely replace TensorFlow with TensorFlow Lite as this seems to be the way going forward for mobile apps. This will probably be not that straight forward, but probably one of the next things I will look at.