https://github.com/itaditya/googleimagesaremine
When you want a large database of images suppose for training your AI program or other super recreational purposes. You should use me . Seriously !
https://github.com/itaditya/googleimagesaremine
Last synced: 7 months ago
JSON representation
When you want a large database of images suppose for training your AI program or other super recreational purposes. You should use me . Seriously !
- Host: GitHub
- URL: https://github.com/itaditya/googleimagesaremine
- Owner: itaditya
- Created: 2016-08-03T14:20:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T16:33:57.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T20:43:33.636Z (over 1 year ago)
- Language: Python
- Size: 3.56 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleImagesAreMine
When you want a large database of images suppose for training your AI program or other super recreational purposes. You should use me . Seriously !
* # How to Use
---
The scraper use Beautiful Soup, so you should have to get it with *pip* by pasting this in terminal -->
```
pip install beautifulsoup4
```
There is a list of names (search queries ) i.e strings in which you have to just enter the names
Eg :
```
query_list = ["Benedict Cumberbatch", "Taylor Swift", "Linus Torvald", "Elon Musk"]
```
Now my scraper will get 100s of images for each of these items Like A Boss !
* # Obviously you have to run the script after this by pasting this in terminal -->
```
python downloader.py
```