0
0

More than 3 years have passed since last update.

icrawlerを使用して画像を収集する

Last updated at Posted at 2019-11-26
pip install icrawler
main.py
from icrawler.builtin import GoogleImageCrawler

# 車の画像取得
crawler = GoogleImageCrawler(storage={"root_dir": "car"})
crawler.crawl(keyword="車", max_num=100) #最大100枚の画像を取得
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0