2

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

https://dev.cognitive.microsoft.com/docs/services/56b43f0ccf5ff8098cef3808/operations/571fab09dbe2d933e891028f

Is there a Rails Gem available to interact with this API so it's easier?

halfer
  • 19,824
  • 17
  • 99
  • 186
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012

3 Answers3

4

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.

1

You can use the bing-search gem.

Shannon
  • 2,988
  • 10
  • 21
  • As mentioned by @Joseph Chee Chang bing-search gem uses the old Azure API. As of yesterday (March 31, 2017) the Azure API is no longer available. – eebbesen Apr 01 '17 at 21:10
0

https://rubygems.org/gems/cognitivebing/versions/0.2.1 works with the new Cognitive API.

eebbesen
  • 5,070
  • 8
  • 48
  • 70