Skip to content

Fast model deployment on any cloud platform ๐Ÿš€

License

Notifications You must be signed in to change notification settings

liangkai1001/bentoctl

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

bentoctl

Fast model deployment with BentoML on cloud platforms

PyPI GitHub branch checks state Codecov


bentoctl is a CLI tool for deploying your machine-learning models to any cloud platforms and serving predictions via REST APIs. It is built on top of BentoML: the unified model serving framework, and makes it easy to bring any BentoML packaged model to production.

๐Ÿ‘‰ Pop into our Slack community! We're happy to help with any issue you face or even just to meet you and hear what you're working on :)

Features:

  • Supports major cloud providers: AWS, Azure, Google Cloud, and more.
  • Easy to deploy, update and reproduce model deployments.
  • Optimized for CI/CD workflow.
  • Extensible with custom operators.
  • High performance serving powered by BentoML
demo of bentoctl deploying to AWS-EC2

Supported Platforms:

Install bentoctl

pip install --pre bentoctl

| ๐Ÿ’ก bentoctl is in pre-release stage, use the --pre to install the pre-release version.

Next steps

  • Quickstart Guide walks through a series of steps to deploy a bento to AWS Lambda as API server.
  • Core Concepts explains the core concepts in bentoctl.
  • Operator List lists official operators and their current status.

Community

Contributing

There are many ways to contribute to the project:

  • Create and share new operators. Use deployment operator template to get started.
  • If you have any feedback on the project, share it with the community in Github Discussions under the BentoML repo.
  • Report issues you're facing and "Thumbs up" on issues and feature requests that are relevant to you.
  • Investigate bugs and reviewing other developer's pull requests.

About

Fast model deployment on any cloud platform ๐Ÿš€

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • Shell 8.5%
  • Batchfile 0.1%