# tf_serving_example **Repository Path**: yuxindong/tf_serving_example ## Basic Information - **Project Name**: tf_serving_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TensorFlow Serving test project The purpose of this project is to test capabilities of the [TensorFlow Serving](https://tensorflow.github.io/serving/). It should host a GAN model to predict [Street View House Numbers](http://ufldl.stanford.edu/housenumbers/). Mentioned GAN model is trained using [semi-supervised learning](https://en.wikipedia.org/wiki/Semi-supervised_learning) technique and bases on the model taught at [Udacity Deep Learning Foundations](https://www.udacity.com/course/deep-learning-nanodegree-foundation--nd101) course. The original Jupyter Notebook can be found at [GitHub](https://github.com/udacity/deep-learning/tree/master/semi-supervised). Additionally I made it possible to export trained model into [Protobuf](https://github.com/google/protobuf) and implemented a client to request the prediction for a number image. More details on the project can be found at my [blog](https://medium.com/@vitaly.bezgachev/how-to-deploy-machine-learning-models-with-tensorflow-part-1-make-your-model-ready-for-serving-776a14ec3198).