Hi @JTTI (Jyotismita Tripathy),
Thank you for reaching out to Microsoft Q&A forum!
To read image files from an Azure Machine Learning workspace, you can use either registered datasets or a datastore (like Azure Blob Storage). First, load the workspace and retrieve the dataset or datastore. If you're using a dataset, download it locally; if you're accessing data from a datastore, use the AzureMachineLearningFileSystem
to open the image directly from the cloud. You can then use any third-party libraries to open and display the image in your Python environment.
I hope you understand! Thank you.