Hacker News new | ask | show | jobs
by relyks 807 days ago
This is really cool :) A cool next project for you or someone: use ML to see which words produce the most interesting images. "diverge" produces something that looks like a heart for example lol
2 comments

Thanks! A twist on this would be a program which finds the English word closest to a given shape, but could probably just draw it on a mobile keyboard.
You don’t need an ML, each letter and based on its location on the keyboard draw a predictable path, so you can draw whatever you want somehow
Yeah, but I was imagining iterating over all English words from a dictionary. Using actual words could be more interesting than random characters potentially