This is a combo of Android app and the tensorflow model for image recognition. It is a simple model for recognising the MNIST images (28 x 28) pixels.
1. Image BitMap to the NDK.
2. Input Tensor to the Tensorflow PreTrained Model.
3. Predicting the Top result.
4. Returning classification and Confidence to the SDK.
