updated config text and added tracking pixel

This commit is contained in:
Shané Winner
2019-05-04 20:43:54 -07:00
committed by GitHub
parent 6b82991017
commit a1968aafa2

View File

@@ -7,6 +7,13 @@
"Copyright (c) Microsoft Corporation. All rights reserved. \n",
"Licensed under the MIT License."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.png)"
]
},
{
"cell_type": "markdown",
@@ -34,7 +41,7 @@
"## Prerequisites\n",
"\n",
"### 1. Install Azure ML SDK and create a new workspace\n",
"Please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n",
"If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n",
"\n",
"### 2. Install additional packages needed for this Notebook\n",
"You need to install the popular plotting library `matplotlib`, the image manipulation library `opencv`, and the `onnx` library in the conda environment where Azure Maching Learning SDK is installed.\n",
@@ -806,4 +813,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}