Should we be concerned that Mein Kampf shows up in a list of HN "favorite books"?
Show HN: I mapped HN's favorite books with GPT-4o
61–65 of 65 posts
Re: Show HN: I mapped HN's favorite books with GPT-4o
#62Fyi 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
#63This is great, thanks for sharing! Seems like the perfect fun little project that before LLMs could take some serious data work, but LLMs make pretty trivial to process and create.
Re: Show HN: I mapped HN's favorite books with GPT-4o
#64Did this project cost you anything to complete?
Re: Show HN: I mapped HN's favorite books with GPT-4o
#65Did 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?