estiller / intelligent-px-sample

A sample application for my session "Why Don't You Understand Me? Build Intelligence into Your Apps".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelligentPX Sample Application

This sample application demonstrates the usage of Azure Cognitive Services, and is a companion to my session "Why Don't You Understand Me? Build Intelligence into Your Apps".

Prerequisites

Environment

The sample has been built and tested with Visual Studio 2017 Update 2 and above, and requires the "Mobile Development with .NET" (a.k.a. Xamarin) and "Azure" workloads to be installed. The requirements change according to the desired platform:

  • For Android you will need an Android Emulator or an Android device.
  • For iOS you will need a connected Mac with an iPhone simulator or connected iPhone.
  • For UWP you will need a Windows 10 machine.

API Keys

In addition, you will need to obtain the following API keys:

Once you have obtained your keys, make a copy of the file src/IntelligentPx/IntelligentPx/Secrets.default.config and rename it to src/IntelligentPx/IntelligentPx/Secrets.config. Then, enter your provided API keys there. At this stage you should be able to compile and run the sample by opening the Solution file src/IntelligentPx.sln.

About

A sample application for my session "Why Don't You Understand Me? Build Intelligence into Your Apps".

License:MIT License


Languages

Language:C# 94.7%Language:PowerShell 5.3%