This repository contains code for the Project 'Image Scraper in BASH'
Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
report
.gitignore
CONTRIBUTING.md
LICENSE.md
README.md
image_scraper.sh
query_list.txt

README.md

Image Scraping

This repository contains code for the Project 'Image Scraping using Bash' for the course IT202 - Unix Programming and Practice.

The primary objective of this project is to implement a tool to easily scrape images from Google Search. This allows the user to easily build huge datasets for various applications. It also supports resizing to specific dimensions.

Usage

  • To use the scrapper to download images, enter the names of the categories in the query_list.txt file.

  • Then run the shell script as follows:

bash image_scraper.sh <number_of_images_per_category> <0 to use wget, 1 to use curl> <width> <heigth>

The images will be downloaded category-wise in separate folders

Presentation

Presentation for the project can be found here

Team

Contributing

Follow the Contributing Guidelines

License

This repository is licensed under the MIT License