Demo application built with Xamarin to do a Bing and Google Image Search and then use Microsoft Cognitive Services to do emotion face detection on the results or on a photo you take from your device!
Watch the .NET conf video: https://channel9.msdn.com/Events/dotnetConf/2016/iOS--Android-Development-for-the-C-Developer-with-Xamarin
You must use setup a few API keys that can be set in ImageSearch/Services/ServiceKeys.cs
Setup a Emotion API key for Cognitive Services at: https://www.microsoft.com/cognitive-services/
Setup a Bing Search API Key at: https://microsoft.com/cognitive-services
The following amazing libraries were used to create this app:
Under MIT