In chapter 2 (production.ipynb) of fastbook, we are required to get the Bing Image Search API key from Microsoft. Some of my study group mates had problems getting the key and @go_go_gadget suggested I share the solution in the forum in case others are finding it difficult too .
Here are the steps I followed:
Go to the Microsoft page and create an account. There is a 7-day trial free period
Then go to the Bing Search API page here . Youâll see 2 options Bing Search APIs and Bing Search APIs v7. In the Bing Search APIs v7 section, choose Add
My issue is that I dont have a credit card, only a debit card, and it wont accept that. Have you guys stumbled upon any other Image search APIs? Ideally a free one?( I mean, totally freeâŚnot a temporarily free one)
Hi, Iâm having trouble to follow the guidelines of downloading the bing images, according to whatâs in here https://github.com/fastai/fastbook/blob/master/02_production.ipynb I have to write in a cell of my jupyter notebook:
key = âmy_keyâ
results = search_images_bing(key, âgrizzly bearâ)
But I get NameError: name âsearch_images_bingâ is not defined. What itâs missing?
that âsearch_images_bingâ should be in use with âutilsâ class which is included in notebooks (when used online). Have you imported utils just like it is written to notebook.
There is also text in the notebook : " Once youâve set key , you can use search_images_bing . This function is provided by the small utils class included with the notebooks online. If youâre not sure where a function is defined, you can just type it in your notebook to find out:"
That was super useful, thank you! Iâve never worked with azure before, and did not find the site intuitive. These directions were exactly what I needed!
I specifically signed up to the forums to say THANK YOU IVY.
Wasted a good couple hours wandering around the azure website, then found this and worked out in a second.
I tried creating an azure account and i ran into this problem whenever i enter the postal code: âIncorrectly formatted postal codeâ. I tried contacting their support but no help. I was wondering if anyone had similar issue
Thanks for taking the time to post this Ivy. Anybody knows what happens after the 7 day free trial. Do we need to start paying or just live with reduced features.