Using ML to Create a Simple Lighthouse Audit to Detect a Button

from blog Modern Web Development with Chrome, | ↗ original
This post wraps up the series of posts I created about applying ML to some developer tasks that are hard to do programatically. Specifically, I wanted to create a tool that would let me detect if an anchor on a page was styled to look like a button or not (woot, it worked!) You can check out the previous posts here: Scraping images of links and...