やったこと
google_images_download
を使い、画像ダウンロードしてみます。
確認環境
Google Colaboratory で試しました。
調査
pip インストール
!pip install google_images_download
キーワードを検索
MY_KEYWORD
に取得したい画像のキーワードを入れます。
!googleimagesdownload --keywords "MY_KEYWORD" -f "jpg"
オプションは下記ページで確認できます。
Input Arguments — Google Images Download documentation