git clone https://github.com/arjun-ms/Google-Image-Scraper
cd Google-Image-Scraper
Ensure you have the appropriate version of ChromeDriver on your machine if you would like to scrape from Google Images.
pip install -r requirements.txt
PATH = "/home/ams/chromedriver" # path to chromedriver
LIMIT = 100 # how much images you want to download
query = '"mohanlal"' # keyword you want to search for
python main.py
If you have any feedback, please reach out to me at arjunachu123.aa@gmail.com