Skip to content

Google Image Scrapper Python Script

Latest
Compare
Choose a tag to compare
@vivek-vijayan vivek-vijayan released this 20 Sep 19:10
· 1 commit to Production since this release
ed3ff2f

Image scrapper using Python

Python script to scrap the google images based on the query search provided during runtime

Used for:

  • Extracting the images you need for training/testing your Neural Network classifier

How to use:

  • Download the file Python Program
  • Execute it : python3 Google_Image_Scrapper.py
    • During runtime: provide your search query.
    • Images will be downloaded in the folder named after your query

Developed by:

  • Vivek Vijayan