I made https://gpupricecompare.com to compare GPU prices from eBay over the weekend and it was an interesting project because it seemed relatively simple upfront, but dealing with titles was a bit tricky. The only solution (I found at least) was to pull in some NLP packages to filter out and match GPUs, get the relevant models, etc. Was a great exercise for some non-LLM NLP.