Microsoft Cognitive Service (Emotion, Face and Computer Vision) Demo UWP App for RPi with Windows 10 IoT Core.
Integrate Emotion recognition to Face API
The camera captured pictures are now supported in this version.
Network Access for RPi. LifeCam HD-3000 (Version 2)
Open project with Visual Studio 2017 with Universal Windows App Development Tools installed; Choose ARM and Remote Machine, input the IP address of RPi; Copy and Paste your Emotion, Face and Computer Vision API Key from Azure Portal to PacePage.xaml.cs and PhotoPage.xaml.cs; Press Debug and run.
Add Camera based Cognitive Service in the near future.
This work is achieved based on the ComputerVision.UWP by sherlockchou86 (https://github.com/sherlockchou86/ComputerVision.UWP).