sjdonado / culefilo

Discover the top 3 restaurants serving your favorite food near you. Just enter your craving and location in our free AI-powered app, and start your culinary adventure today!
https://culefilo.pages.dev
5 stars 1 forks source link

results thumbnail #18

Closed sjdonado closed 6 months ago

sjdonado commented 6 months ago
  1. get google photos images https://places.googleapis.com/v1/{{photoName}}/media?maxWidthPx=100
  2. get text from each photo https://developers.cloudflare.com/workers-ai/models/uform-gen2-qwen-500m/
  3. ask to LLM which of the sent text describes best the "originalQuery" (1. text. 2. text 3. text) -> output 1
  4. store the thumbnail in KV (base 64 or similar) it should be very lightweight