An open API service indexing awesome lists of open source software.

https://github.com/paulkinlan/is-it-a-button-lighthouse-audit

A lighthouse audit that uses an ML model to determine if a link looks like a button
https://github.com/paulkinlan/is-it-a-button-lighthouse-audit

Last synced: about 1 month ago
JSON representation

A lighthouse audit that uses an ML model to determine if a link looks like a button

Awesome Lists containing this project

README

        

# Is it a button Lighthouse audit?

This is an experiemental Lighthouse Audit that will look at all the `` elements on a page and try to determine if it looks like a button or not.

Learn more about [why](https://paul.kinlan.me/button-and-link-scraping-for-ml-training/) this is getting built.

## Caveats

1. The ML currently operates on a heavily compressed rendering of the page which the Model is not great at.
2. There are some training issues with links that go over multiple lines.

## How to use

`lighthouse https://paul.kinlan.me/ --config-path=./audit/config.js --view`