Convolutional Neural Network are current state of the art for image classification. You can find here how to implement a frozen .tflite
model to an Android app.
The Convolutional Neural Network recognizes a dug toy. Application takes frames from camera and passes it to trained Tensorflow model for recognition.
- This repo is part of our blog post eMan Tensorflow
- If you're interested in training your own model and how to freeze it for an Android app, check our repository Simple Convolutional Neural Network with Tensorflow
- Built with help of Camera2 API example and Tensorflow Lite example
- If you find this repository useful, please consider ★ starring it