kalem-edlin / tierstra

A new tierlisting web application that puts collaborative rating first. Experience tierlist features you haven't seen before!
1 stars 0 forks source link

MVP-006: Add SerpApi to autofill image descriptions when they first get uploaded #13

Open pjpscriv opened 2 years ago

pjpscriv commented 2 years ago

Spun out from MVP-003, SerpApi has a reverse image search to get descriptions of uploaded item images.

Two parts needed for this:

Backend time babeeee

kalem-edlin commented 2 years ago

I have a slight counter-proposal to the original reverse image search idea:

What if we used a Custom Search Engine Image query instead so that the user only has to search a keyword(s) of the image they want to add to their Tierlist.

Thoughts?

Future cases could allow storing the query result in the category (Star Wars or Sci-Fi Category) and auto-filling the image search keyword using a prefix trie from the Tierstra backend before running an expensive SERP query...