Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
List face lists’ faceListId, name, userData and recognitionModel. <br /> To …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /facelists
List all accessible snapshots with related information, including snapshots t…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /snapshots
List person groups’ personGroupId, name, userData and recognitionModel.<br />…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /persongroups
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-Face
At a glance
Language Jupyter Notebook
Endpoints63
✓ Official