inboxpraveen / Image-scrapper-from-google-image-search

Image-scrapper-from-Google-image-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-scrapper-from-Google-image-search

It makes use of selenium and chrome web driver to auto scroll through Google image search results.

The chrome driver for different operating system can be downloaded from this link. I have only included the windows chrome driver since I personally use windows 10 operating system.

Once downloaded your corresponding selenium chrome web driver, Change the DRIVER_PATH variable in the ipython notebook. Also if you do not have selenium installed on os,

you can type the following on your command line interface [or] terminal:

pip install selenium, pillow, requests, BeautifulSoup

Edit the search string as well as the destination folder path.

Enjoy!

Looking for explanation? Refer this Medium blog

The code is taken from the above blog. Do share and clap for the amazing blog.

About

Image-scrapper-from-Google-image-search


Languages

Language:Jupyter Notebook 100.0%