Semantic Segmentation of Websites
github.com
Semantic Segmentation of Websites
1–5 of 5 posts
Re: Semantic Segmentation of Websites
#2Re: Semantic Segmentation of Websites
#3Re: Semantic Segmentation of Websites
#4This is not meant to be dismissive, but is from a place of curiosity: What is the purpose of this?
1. Detect meaningful redesigns in competitor sites
2. Power a more robust dynamic scraping solution
3. Summarize common layouts (in your industry, outside, ...)
4. Monitor sites known to A/B test to see which specific changes work for them, and aggregate those results across many inputs
5. Add it to your test pipeline, checking that modern browsers render your site roughly the same semantically (maybe more robust but still valuable compared with screenshot tests and whatnot)
...
In general, anything that would benefit from automating a task made easier by knowing the visual structure of a page should be a great candidate.
Re: Semantic Segmentation of Websites
#5This is not meant to be dismissive, but is from a place of curiosity: What is the purpose of this?