Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
List Custom Models
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /custom/models
Get Custom Model
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /custom/models/{modelId}
Get Analyze Layout Result
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /layout/analyzeResults/{resultId}
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-FormRecognizer
At a glance
Language Jupyter Notebook
Endpoints10
✓ Official