anishmjn3 / TFReactNative

A test React Native app with Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A test React Native app with Tensorflow


Languages

Language:Java 32.7%Language:JavaScript 29.3%Language:Objective-C 27.7%Language:Python 10.3%