Hacker News new | ask | show | jobs
by earthboundkid 2008 days ago
Yeah. I wonder if you could train an image classifier to guess the CSS framework. That’s a fun winter vacation project for someone.
1 comments

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.