bing_image_downloader icon indicating copy to clipboard operation
bing_image_downloader copied to clipboard

Python library to download bulk of images from Bing.com

Results 29 bing_image_downloader issues
Sort by recently updated
recently updated
newest added

On line 24 in downloader.py there is a missing '_'. `if Path.isdir(image_dir):` should be `if Path.is_dir(image_dir):`

I've tried this yesterday with a couple of queries and it worked completely fine. But today it is showing some error - ``` Traceback (most recent call last): File "E:\Pyhon\bing.py",...

All explicitly specified Filters other than this small set of list of shorthands are being ignored. In earlier version it wasn't so. Please don't ignore them.

I attempted to download pizza images and used codes: downloader.download("pizza", limit=100, output_dir="photos", adult_filter_off=True, force_replace=False, timeout=5) However, the downloader gave me many menu images from zmenu.com.

I've noticed when downloading over 30 images or so, sometimes it just can't find more, and it keeps indexing the pages without any success. To counter this, I added a...

When using the download() function, I came accross multiple control character errors. This is caused by a url containing a blank space. I temporarily solved it by changing these two...

resize functionality is added to Bing class which can help many ML learners to scrape for a particular size of image to train the model.

I added an additional argument, giving functionality to an "error protection mode". The advantage of this mode is that it makes the program much more robust in its error handling....

I am trying to create a food dataset. However, when I try to scrape from Bing using this library, I am getting a lot of duplicate images. Please assist. Thank...