How to Turn Web Scraping Into a Computer Vision Problem
Let’s face it. Web scraping can be a bit boring sometimes. The general process is: Find site that has data Inspect element and see where data lives If in html table, write logic to parse table run for one page run on all pages fix minor bugs done Each and every site has little quirks.… Read More How to Turn Web Scraping Into a Computer Vision Problem