Serving an image classifier via API in 16 lines of code
Simple API serving for a pre-trained Keras DenseNet model with ServeIt
[ServeIt](https://github.com/rtlee9/serveit) is an open source library that lets you easily serve model predictions and supplementary information from a RESTful API on any domain using your favorite Python ML library. This post illustrates the process of deploying a pre-trained ImageNet classifier with ServeIt to a new API. The classifier accepts an...
[Read More]