Open chengwill97 opened 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.
- Incorporate scene detection (get caffe running).
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
The last update says Google tags are added...but as far as I remember, it's not working. Please double check.