Show HN: Canyoulook.at – A Daily Photo Challenge

canyoulook.at

2 points by boo-ga-ga a day ago

I had an idea to create a simple web app that gives people a challenge of finding a particular thing somewhere nearby or in their photo gallery.

The app has two "modes":

1. Shows a daily challenge preselected for each day. Just open the home page https://canyoulook.at to see it

2. Any user can create their own challenge and share link with friends, like the one in the post URL here

After the image reveal you can share result in text, inspired by Wordle:).

The app works by generating image description with Llama-3.2-11B-Vision-Instruct and comparing the result texts with MiniLM-L6-v2 run on DeepInfra.com as it seemed the simplest way to have an LLM API running for me.