BentoML-0.3.0
-
Fast.ai support, find example notebooks here: https://github.com/bentoml/gallery/tree/master/fast-ai
-
PyTorch support - fixed a number of issues related to PyTorch model serialization and updated example notebook here: https://github.com/bentoml/BentoML/blob/master/examples/pytorch-fashion-mnist/pytorch-fashion-mnist.ipynb
-
Keras Support - fixed a number of issues related to serving Keras model as API server
-
Clipper deployment support - easily deploy BentoML service to Clipper cluster, read more about it here: https://github.com/bentoml/BentoML/blob/master/examples/deploy-with-clipper/deploy-iris-classifier-to-clipper.ipynb
-
ImageHandler improvements - API server's web UI now support posting images to API server for testing API endpoint: