Hacker News new | ask | show | jobs
by smhmd 2007 days ago
You know it's a Tailwind site with a single look.
1 comments

Yeah. I wonder if you could train an image classifier to guess the CSS framework. That’s a fun winter vacation project for someone.
You could probably get away with just using a heuristic of average number of classes per element to classify tailwind =D
If you look at the HTML, frequency analysis of the class names should be enough. The impressive thing would be using CV to do it.