Model Deployment

Bluemist provides integration with FastAPI to deploy the ML model as RESTful API. This can be simply achieved by calling deploy_model as described here


Warning

deploy_model should only be executed after train_test_evaluate has been completed successfully

Examples

regression_model_deployment

To test the API, open the browser and navigate to http://localhost:8000/docs


_images/regression_model_deployment_fastapi_1.png

_images/regression_model_deployment_fastapi_2.png