https://github.com/mehdihosseinimoghadam/image-scraper
Google based image scraper in python to make data set for computer vision
https://github.com/mehdihosseinimoghadam/image-scraper
Last synced: 3 months ago
JSON representation
Google based image scraper in python to make data set for computer vision
- Host: GitHub
- URL: https://github.com/mehdihosseinimoghadam/image-scraper
- Owner: mehdihosseinimoghadam
- Created: 2021-09-27T08:09:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:12:56.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:43:18.528Z (5 months ago)
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Scraper
Google based image scraper in python to make data set for computer vision## How to use Image Scraper
```sh
!git clone https://github.com/mehdihosseinimoghadam/Image-Scraper.git!python /content/Image-Scraper/image_scrape.py -p "/content" -q "sun"
#-p Path to store files
#-q Path for query#out: 'sun' has been scraped and stored in /content/sun
```
![]()
## Main Function
![]()