Project code for Udacity's Intro to Machine Learning with TensorFlow Nanodegree program. In this project, you will first develop code for an image classifier built with TensorFlow, then you will ...
The API accepts an image filename along with width and height parameters, generates a resized version of the image, and caches the resutl for future requests. The API receives the request parameters.