freshstate / app-imagesearch-cogs

Image Search and Cognitive Service Xamarin app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Optional: Google Custom Search

If desired you can swap out the Bing Image search with a Google image search by following these instructions:

Setup a custom search with Image enabled with a website of *: https://cse.google.com/cse/

Open source libraries

The following amazing libraries were used to create this app:

License

Under MIT

About

Image Search and Cognitive Service Xamarin app!

License:MIT License


Languages

Language:C# 100.0%