How I Built a Reverse Image Search with Machine Learning and TensorFlow: Part 3 Codementor
I've been making some TensorFlow examples for my website, fomoro.com, While it's fresh in my head, I wanted to write up an end-to-end description of what it's like to build a machine learning app, and more specifically, how to make your own reverse image search. For this demo, the work is ⅓ data munging/setup, ⅓ model development and ⅓ app development. At a high-level, I use TensorFlow to create an autoencoder, train it on a bunch of images, use the trained model to find related images, and display them with a Flask app. In the last post, I talked model development and training.
Jun-22-2017, 21:25:15 GMT
- Technology: