I'm looking to use Bing's APIs to perform an image search. It seems the best image search option available is MSFT's Cognitive Services Image Search API - V5
Is there a Rails Gem available to interact with this API so it's easier?
I'm looking to use Bing's APIs to perform an image search. It seems the best image search option available is MSFT's Cognitive Services Image Search API - V5
Is there a Rails Gem available to interact with this API so it's easier?
Just want to point out that bing-search gem mentioned above is using the now deprecated Bing Search API, and not the current APIs under Microsoft Cognitive Services.
You can use the bing-search gem.
https://rubygems.org/gems/cognitivebing/versions/0.2.1 works with the new Cognitive API.