Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.18 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.18 KB

Cognitive Services Workshop

This repository contains two complete samples showing how to use different cognitive services. The ASP.NET Core version is using the Microsoft Cognitive Services Emotion API and the Node.js Express version is using the Custom Vision Service API.

Both versions of this workshop walk you through how to make an api call, parse the JSON response, and display results based on the response from the apis. These workshops are meant to be a jumping off point to get you started with Cognitve Services, so feel free to customize your site at the end and make it your own!

.NET Core

For a complete guide on how to complete the dotnet version of this workshop see the README

Node.js

For a complete guide on how to complete the node version of this workshop see the README