Skip to content

Files

Latest commit

 

History

History

Google-Image-Scrapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Image Scrapper

You will need docker to run the application

Run the following command to run the application

docker build --tag google_image:1.0 .
docker run --name google_image_flask -p 8000:8000 -v ~/simple_images:/opt/simple_images google_image:1.0
  • Your downloaded images will be at ~/simple_images

The real craft is scrapper.py module which can be engineered according to your use case