-
Notifications
You must be signed in to change notification settings - Fork 938
AzureML
Raymond Lo edited this page Mar 24, 2022
·
37 revisions
The steps below assume that you have an Azure account and access to the Azure ML Studio. This process will take approximately 10 minutes.
In Azure ML Studio, add a compute instance and pick any CPU-based instance (No GPU required).

Once the compute instance is running, open the terminal and then run Steps 1-8 below.

conda create --name openvino_env python=3.8 -yconda activate openvino_envgit clone https://github.com/openvinotoolkit/openvino_notebooks.gitcd openvino_notebookspython -m pip install --upgrade pip
pip install -r requirements.txtset PATH="/anaconda/envs/openvino_env/bin;%PATH%"python -m ipykernel install --user --name openvino_envTo run the notebooks, click on Notebooks and refresh your Files:

Select a notebook:

Then run all cells:

© Copyright 2018-2023, OpenVINO team