Simple web crawler that downloads images from google and flickr.
- python3
- pip install -r requirements.txt
- Image keywords in classification.csv
- The first column is the download folder. All folders will be create in
{project_folder}/classification_image
. - The second column is the image keyword.
- In the same directory, the file name will be sorted by the serial number.
- The first column is the download folder. All folders will be create in
- Need to put flickr key in the userdata.conf. If not, only download images from google.
- Download up to 1000 images from google and flickr.
python crawler.py