Tensorflow or keras support
complete
Harry Moreno
native apps can use tensorflow or keras models. Some details https://petewarden.com/2016/09/27/tensorflow-for-mobile-poets/ and official examples https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/ios
Evan Bacon
complete
The Tensorflow team have released a package that's built on top of
expo-gl
called @tensorflow/tfjs-react-native
you can read more about it in the official tensorflow docs https://js.tensorflow.org/api_react_native/0.2.1/T
Tyler
Tyler Slater I just came across this...which looks like it might work with managed expo apps:
It could prove to be a viable solution? Not sure how performance would be compared to using tflite android and iOS libraries, but it is GPU accelerated. Wonder if model loading etc. would be slower or not.
Tyler Slater
This is another option: https://github.com/shaqian/tflite-react-native
T
Tyler
I love the idea of tensorflow/tflite. It would expand the capabilities of an expo app enormously. Looking to use this for several different projects.
Christian Laforte
Samkit Jain
Christian Laforte: Will this work on expo apps as well?
Zhome Derzart
Samkit Jain: as long as it requires linking, it won't work on expo. so in this case, unless expo includes this in its sdk, it won't be supported