https://github.com/paulkinlan/button-and-link-scraper
A tool that scrapes web pages to get a list of buttons and anchors
https://github.com/paulkinlan/button-and-link-scraper
Last synced: about 1 month ago
JSON representation
A tool that scrapes web pages to get a list of buttons and anchors
- Host: GitHub
- URL: https://github.com/paulkinlan/button-and-link-scraper
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2022-12-14T11:01:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T05:41:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T19:18:04.947Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Should be a link
================In accessibility, it's important to make sure that links are styled as links.
I'd like to see if that I can build a simple ML model that detects if a link is styled as a button or not.
Proposal
--------I'm not too sure how to do this, but I think it would be something like:
1. Get the data. What do buttons look like?
1. Get a list of text links, and a list of image links
2. Get a list of buttons.
3. Get an image of each button and each link.
4. Hand validate the images.
2. Split the data into a training set and a test set.
3. Train a model
4. Evaluate the model.
5. ???
6. Profit. Deploy the model.