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.txtfile. -
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
- Moksh Jain, 16IT221
- Suyash Ghuge, 16IT114
- Nishanth Hebbar, 16IT234
- Abhishek Kamal, 16IT202
Contributing
Follow the Contributing Guidelines
License
This repository is licensed under the MIT License