Metadata-Version: 2.1
Name: BentoML
Version: 0.0.5
Summary: BentoML: Package and Deploy Your Machine Learning Models
Home-page: https://github.com/atalaya-io/BentoML
Author: atalaya.io
Author-email: contact@atalaya.io
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/atalaya-io/bentoml/issues
Project-URL: Source Code, https://github.com/atalaya-io/bentoml
Description: # BentoML
        
        ![project status](https://www.repostatus.org/badges/latest/wip.svg)
        ![pypi status](https://img.shields.io/pypi/v/bentoml.svg)
        ![python versions](https://img.shields.io/pypi/pyversions/bentoml.svg)
        
        BentoML is open source tool for packaging machine learning models and their preprocessing code into container image or python library that can be easily used for testing and production deployment.
        
        * Best Practice Built-in - BentoML has a built-in model server supporting telemetrics and logging, making it easy to integrate with production systems. It tries to achieve best performance possible by enabling dynamic batching, caching, paralyzing preprocessing steps and customizable inference runtime.
        
        * Multiple framework support - BentoML supports a wide range of ML frameworks out-of-the-box including Tensorflow, PyTorch, Scikit-Learn, xgboost and can be easily extended to work with new or custom frameworks.
        
        * Streamlines deployment workflows - BentoML has built-in support for easily deploying models as REST API running on Kubernetes, AWS EC2, ECS, Google Cloud Platform, AWS SageMaker, and Azure ML.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: optional
Provides-Extra: dev
Provides-Extra: test
