Hacker News new | ask | show | jobs
Show HN: Drawing Guessing Game with an LLM (llmparty.pixeletes.com)
2 points by victornomad 182 days ago
I made a small game where you are given a word that you have to draw and the AI guesses what are you drawing.

It uses gemini flash 2.5 via API but also works with local models. I had very good results with mistral/pixtral 12b.

2 comments

Google came out with a pretty popular AI Experiment called "Quick, Draw!" which used a neural net to try to guess what you draw on the screen a couple years back. You might find it interesting.

https://quickdraw.withgoogle.com

I'm around here let me know if you have any question or suggestion :)