- Go to google search and search for what you want
- Press alt+command+I to open developer tools
- In the developer tools select network tab
- In the file types select “img”
- Refresh the page
- In the filter box write “images?q=”
- Scroll down to the bottom to get as many pictures as you like
- On the “Name” pane right click an image
- Expand Copy
- Select Copy All as cURL
- Open terminal
cd
into your favorite folder- Run the following command
pbpaste | awk '{print substr($0, 1, length($0)-1) ">>" NR ".jpg"}' | bash
Last active
January 30, 2020 12:18
-
-
Save Akhu/a326bd1438e9f75ca0203135d356f27b to your computer and use it in GitHub Desktop.
Quick Image Dataset building from Google image
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment