Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlord-daniel/imagegatherer
Jupyter notebook to collect and save images for a specific query.
https://github.com/starlord-daniel/imagegatherer
cognitive-services jupyter-notebook
Last synced: 11 days ago
JSON representation
Jupyter notebook to collect and save images for a specific query.
- Host: GitHub
- URL: https://github.com/starlord-daniel/imagegatherer
- Owner: starlord-daniel
- License: mit
- Created: 2017-04-12T17:00:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T17:19:51.000Z (almost 8 years ago)
- Last Synced: 2024-12-17T04:28:38.847Z (2 months ago)
- Topics: cognitive-services, jupyter-notebook
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageGatherer
Jupyter notebook to collect and save images for a specific query.
# Setup
1. Install Python 3.x (I used [Anaconda](https://www.continuum.io/downloads) ) on your machine
2. Install the following libraries (if not already included)
- json
- urllib.request
- requests
3. Open the Python notebook called [ImageGatherer.ipynb](Image_Gatherer/ImageGatherer.ipynb) with the command:```terminal
jupyter notebook ImageGatherer.ipynb
```You can leave out the file name to get to the folder if you want to duplicate, rename or delete notebooks. You can start them also from this view.
4. Read through the instructions in the notebooks to get the notebook functional. You have to get a key for the [Bing Image Search](https://www.microsoft.com/cognitive-services/en-us/bing-image-search-api)