node-red-contrib-cognitive-services

Microsoft Cognitive Services

Usage no npm install needed!

<script type="module">
  import nodeRedContribCognitiveServices from 'https://cdn.skypack.dev/node-red-contrib-cognitive-services';
</script>

README

node-red-contrib-cognitive-services

Node-RED nodes for Microsoft Cognitive Services APIs

Microsoft Cognitive Services are Cognitive APIs on Azure. Currently this npm package supports the following APIs.

  • Vision
    • Computer Vision API
    • Emotion API
    • Face API
  • Speech
    • Speech To Text API
    • Text To Speech API
  • Language
    • Bing Spell Check API
    • Linguistic Analysis API
    • Text Analytics API
    • Web Language Model API
  • Search
    • Bing Image Search API
    • Bing News Search API
    • Bing Video Search API

Example flows

flows

Install

Run the following npm command in your Node-RED environment.

npm install -g node-red-contrib-cognitive-services

Usage

Show node property and input subscription key from Azure portal.

Microsoft Cognitive Services website

https://www.microsoft.com/cognitive-services

Examples using Cognitive Services nodes