0

I'm building a simple web from streamlit that connects with a machine learning model from Microsoft Azure Machine Learning Studion (non-classic) and I'm new to both azure and streamlit.

I have trained the model that I'm going to use and wondering how do I connect this model to the web. What are the next things that I need to do to be able to do that? What are some Azure resources that I need to use?

Here is the latest progress of my work Model from Azure Machine Learning Studio

Prenagen24
  • 11
  • 1

1 Answers1

0

One way is to deploy your model as a stand-alone REST API that your application will consume.

Here is the Azure documentation: https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-deploy-and-where?view=azureml-api-1&tabs=azcli

Florian Vuillemot
  • 500
  • 1
  • 4
  • 10