What this library can do:
- Crawls images through web search APIs
- Saves ranking of every image in ranks csv
- Eliminate image duplicates by comparing pairwise histograms
For now only Google API and Bing API implemented
Note: add your keys and change save paths inside *_API_search.py files before usage.
#Usage
Save your images' queries in images.csv, 1 per row. Then run python script:
python bing_API_search.py &
or
python google_API_search.py &