Code makes the world a better place

Building a Flower Classification App with TensorFlow

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
  • Page 1 of 1