[PYTHON] Collect images using icrawler

python


pip install icrawler

main.py


from icrawler.builtin import GoogleImageCrawler

#Car image acquisition
crawler = GoogleImageCrawler(storage={"root_dir": "car"})
crawler.crawl(keyword="car", max_num=100) #Get up to 100 images

Recommended Posts

Collect images using icrawler
[Python] Collect images easily with icrawler!
[Python] Collect images with Icrawler for machine learning [1000 images]
Save images using python3 requests
Categorize cat images using ChainerCV
Collect large numbers of images using Bing's image search API
[Go language] Collect and save Vtuber images using Twitter API
Download images from "Irasutoya" using Scrapy
Geotag prediction from images using DNN
How to collect images in Python
Send messages and images using LineNotify
Collect images by scraping. Make more videos!
How to collect face images relatively easily
Collect data using scrapy and populate mongoDB