Provisioning Infrastructure/DeployingΒΆ

Burr is not opinionated about the method of deployment/cloud one uses. Any method that can run python code, or web-service will work (AWS, vercel, etc…). Note we aim to have more examples here – see this issue to track!

Using BentoMLΒΆ

BentoML is a specialized tool to package, deploy, and manage AI services. For example, it allows you to create a REST API for your Burr application with minimal effort. See the Burr + BentoML example for more information.