Serving an image classifier via API in 16 lines of code
Simple API serving for a pre-trained Keras DenseNet model with ServeIt
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...
[Read More]