Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Microsoft Cognitive Services

You're reading from  Learning Microsoft Cognitive Services

Product type Book
Published in Mar 2017
Publisher Packt
ISBN-13 9781786467843
Pages 372 pages
Edition 1st Edition
Languages
Author (1):
Leif Larsen Leif Larsen
Profile icon Leif Larsen

Table of Contents (20) Chapters

Learning Microsoft Cognitive Services
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Getting Started with Microsoft Cognitive Services 2. Analyzing Images to Recognize a Face 3. Analyzing Videos 4. Letting Applications Understand Commands 5. Speak with Your Application 6. Understanding Text 7. Extending Knowledge Based on Context 8. Querying Structured Data in a Natural Way 9. Adding Specialized Searches 10. Connecting the Pieces LUIS Entities and Intents Additional Information on Linguistic Analysis License Information

Adding identification to our Smart-House application


As a part of our Smart-House application, we want the application to recognize who we are. Doing so opens up the opportunity to get responses and actions from the application, tailored to you.

Creating our Smart-House application

Create a new project for the Smart-House application, based on the MVVM template we created earlier.

With the new project created, add the Microsoft.ProjectOxford.Face NuGet package.

As we will be building this application throughout the book, we will start small. In the MainView.xaml file add a TabControl property containing two items. The two items should be two user controls, one called the AdministrationView.xaml file, and one called the HomeView.xaml file.

The administration control will be where we administer different parts of the application. The home control will be the starting point, and the main control to use.

Add corresponding ViewModels to the Views. Make sure they are declared and created in MainViewModel...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}