/TFReactNative

A test React Native app with Tensorflow

Primary LanguageJava

TFReactNative Demo

Yes! Tensorflow can be integrated with React Native for Android!

In this proof-of-concept exercise, I recreated Omid Alemi's Build Your First Tensorflow Android App tutorial in React Native.

Bridging to React Native was easy. I simply put all the Android Tensorflow functions into a Native Module Class.

Harder was making sure all the Tensorflow dependencies were included in the project correctly and playing nice with the rest of the app. I originally coded this using Tensorflow Android nightly build #44 and at the time of writing this the project is up to build # 195 :woah: