joedockrill / image-scraper

Image scraper for DuckDuckGo and Google for creating DL datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DuckDuckGo Image Scraper

This was originally an image scraper notebook for creating deep learning datasets.

It has since been turned into an installable library and is much easier to use as you can simply drop a few lines of code into your own notebook as you're experimenting.

This notebook now shows you how to use the library.

Docs are at joedockrill.github.io/jmd_imagescraper/

Hugs & kisses, Joe Dockrill.

History

18/09/20  chg: demoted to tutorial for jmd_imagescraper library
11/08/20  chg: rewrite of image cleaner. includes pagination and is 10x faster than before.
06/08/20  fix: exception handling for failed downloads (403, 404 etc)
03/08/20  add: DDG search params for image size, image type, image layout and image color.
14/07/20  rel: version 1

About

Image scraper for DuckDuckGo and Google for creating DL datasets

License:MIT License


Languages

Language:Jupyter Notebook 100.0%