Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.69 KB

File metadata and controls

50 lines (33 loc) · 1.69 KB

Scrape Images From GETTYIMAGES.COM

About The Project

The goal of this project is to scrape images from GettyImages.com and use them for classification purposes. The images are not in full resolution since to do that one would need an account. However, for my little project I do not need high-quality images and as such, I will download the photos that are presented once a query has been submitted.

Getting Started

In order to successfully run the codes, you need to follow the steps below.

Prerequisites

The packages that will be used are the following:

from selenium import webdriver
import urllib.request
import time
import os

Usage

Download Scraper.py file and place it under your desired directory. Run the file by:

python scraper.py

If the dependencies have been installed correctly, you need to provide 4 different inputs.

Contributors

Enes Ahmeti, skomposzczet, mkofdwu

License

Distributed under the MIT License. See LICENSE for more information.