Live data from Hacker News

Show HN: I mapped HN's favorite books with GPT-4o

hnbooks.pieterma.es

61–65 of 65 posts

Re: Show HN: I mapped HN's favorite books with GPT-4o

#62
post #21

Fyi regarding cover images: I have built and run a handful of book related websites and Amazon is the easiest place I found to get book covers. You just need the Amazon id and every image is a standard url.

Fully agree with this. We built this LLM based book summary app: https://www.booksummary.pro/

The links here directly refer to images on Amazon (e.g. https://m.media-amazon.com/images/I/81YkqyaFVEL._SL1500_.jpg)

Re: Show HN: I mapped HN's favorite books with GPT-4o

#65
post #59
post #53

Did you reduce the dimension before applying HDBSCAN?

I did, there was a first round of UMAP to 50 dimensions. Running HDBSCAN on the full embeddings gave bad results, lots of singleton clusters.

Interesting, I got the opposite result. The full embeddings gave two or three clusters. How did you work with the hyper parameters of HDBSCAN?
Post reply on HN