Deploy Azure ML Model on HTML able to read excel files

raiktten 1 Reputation point
2022-11-02T20:26:04.96+00:00

I have a trained model on Azure Automated Machine Learning, what I want to know is that if it is possible to deploy that model on an executable program (C# or Python) or with an HTML program.
With this I want to accomplish the following process:
256498-diapositiva1.png

I would really appreciate an answer. Thank you in advance!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,333 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2022-11-03T14:31:55.533+00:00

    @raiktten Thanks for the question. You can deploy and score a machine learning model by using an online endpoint.

    https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/online/managed/online-endpoints-simple-deployment.ipynb

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.