This is an ASP.NET Core web app demonstrating the use of the Microsoft Cognitive Services API offerings, as well as Azure Maps. For a more in-depth look, there is a blog post here.

The demo concept is that of a sight seeing tour of Chicago, so I’m calling it SightSeer. In our demo, we make our way along a set of predefined popular Chicago tourist spots. Users click the Next button to proceed to the next tour stop on the tour. As we proceed, the app displays the stop name and address, as well as web and image search results for the stop as queried from the Bing Web and Image Search APIs. Each tour stop is displayed on an Azure Maps map. With each stop, we show a popup for that stop on the map as well.

The code hosted here with fake data so you can see a live demo. Feel free to clone the repo and tke it for a spin, put your own twist on it.