-
Notifications
You must be signed in to change notification settings - Fork 810
AzureML
Adrian Boguszewski edited this page Apr 26, 2022
·
37 revisions
The steps below assume that you have an Azure account and access to the Azure ML Studio. The entire one-time setup process may take up to 20 minutes.
In Azure ML Studio, add a compute instance and pick any CPU-based instance (No GPU required, but we recommend at least 4 CPU cores and 8GB of RAM).
Once the compute instance is running, open the terminal and then run Steps 1-8 below.
conda create --name openvino_env python=3.8 -y
conda activate openvino_env
git clone https://github.com/openvinotoolkit/openvino_notebooks.git
cd openvino_notebooks
python -m pip install --upgrade pip
pip install -r requirements.txt
set PATH="/anaconda/envs/openvino_env/bin;%PATH%"
To run the notebooks, click on Notebooks and refresh your Files:
Select a notebook:
Then run all cells:
Note: Please also make sure you are using the 'openvino_env' environment (not Python 3). That's all :) Happy coding.
© Copyright 2018-2023, OpenVINO team