Click here for a high resolution image.
1. For a detailed guide for installing and building with bentoml on WSL or Ubuntu, please refer here.
- This guide runs through the code examples used in week 6 to test a basic XGBoost bentoml model locally via curl or Swagger UI.
- It then tests the validity of test data
- And then it does stress testing for production
- Once the model is found to be satisfactory, it then cantainerizes the bentoml model and again tests it locally via curl or Swagger UI.
- Finally, the container is deployed to cloud. We now have our production-ready service depoloyed to cloud.
- Bentoml container has fully functional API to interact with the the ML service.