reneweb / react-native-tensorflow

A TensorFlow inference library for react native
Apache License 2.0
358 stars 59 forks source link

Possbile Tensorflow Lite intergration? #10

Open mahesh147 opened 6 years ago

mahesh147 commented 6 years ago

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.

reneweb commented 6 years ago

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.