chengwill97 / Story-and-Image-Alignment

MIT License
0 stars 0 forks source link

Get More Image Tags Sources #21

Open chengwill97 opened 5 years ago

chengwill97 commented 5 years ago
  1. Incorporate scene detection (get caffe running).
  2. Incorporate google tags. Google has a restriction of 100 queries from one IP per day. There needs to be a check for this. The entire application must not crash if this limit is reached. It should simply run without the Google tags.
chengwill97 commented 5 years ago

I found some reverse image search APIs.

Free:

Unsure:

Paid:

Google Cloud Vision is cheapest out of the two, with the first 1000 searches/month free and $1.50/thousand searches afterwards.

Bing has first 3000 searches/month free and $7/thousand searches afterwards.
chengwill97 commented 5 years ago
  1. Incorporate scene detection (get caffe running).
  2. Incorporate google tags. Google has a restriction of 100 queries from one IP per day. There needs to be a check for this. The entire application must not crash if this limit is reached. It should simply run without the Google tags.

Added google tags to develop branch

Sreyasi commented 4 years ago

The last update says Google tags are added...but as far as I remember, it's not working. Please double check.