Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 316 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 316 Bytes

tfwebdeploy

Try out different ways of deploying Tensorflow model on web. Such as by using Flask, TensorFlow Serving, Dockers etc. cnnv3 - deployed using flask by using pretrained model of inception-v3 model. cnnv3/model - contains graph.py which loads graphs and preprocess.py contains image processing utilities.