Custom NLTK model deployment Prerequistie Azure Account Azure Storage Azure Machine learning Service Create a compute instance for notebook Note book Code from azureml.core import Workspace
from azureml.core.compute import AksCompute, ComputeTarget
from azureml.core.webservice import Webservice, AksWebservice
from azureml.core.model import Model import azureml.core
print(azureml.core.VERSION) from azureml.core.workspace import Workspace