Building a Flower Classification App with TensorFlow
- July 28, 2017
- Liu, An-Chi 劉安齊
Preface
Recently, terms like machine learning, artificial intelligence, and deep learning have become extremely popular. In this post, I use deep learning to build a simple Android app that can recognize different types of flowers. Part 1 trains an image model, which you can already use for classification on your computer. Part 2 puts the trained model into an Android project so you can do recognition on a phone.
Continue reading