Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

Image Search

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

Setup

You must use setup a few API keys that can be set in ImageSearch/Services/ServiceKeys.cs

Microsoft Cognitive Services

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

Open source libraries

The following amazing libraries were used to create this app:

License

Under MIT