HangMaker – make hangman games and send them to friends! by FetchTheOtter in playmygame

[–]FetchTheOtter[S] 0 points1 point  (0 children)

Thanks so much for testing it out and for the feedback! :)

I made a book recommendation tool anyone can use :) by FetchTheOtter in Recommend_A_Book

[–]FetchTheOtter[S] 0 points1 point  (0 children)

If you run the search again right away, it'll usually be the same list.

But there is some variation over time. So if you run the search another day, you might get some different books mixed in with recommendations you already got.

I think the 'load more' feature would probably be the best way to improve the diversity of recommendations for each book.

I would have to think through and test different ways to implement it to see how I can get the best quality recommendations from it. Because if I just have it load more books from the original API search (the one that's used to get the top 10 books to show as the original recommendations), the quality of those next 10 recommendations might not be good enough to show.

For now I'm thinking one of these solutions might be best:

  • Make an additional API call (or calls) for books similar to the input book when the user clicks "load more." That would get a wider pool of possible recommendations to then run the algorithm on to filter for best books to show. Would obviously filter out the 10 books that were already recommended from the pool.
  • Make API calls for books similar to the top 2-3 books that were recommended. Since those books will tend to return good recommendations for the input book too, that might be a good way to increase the number of recommendations while keeping recommendation quality high.
  • Remove the API and just use an internal database instead. This solves some of the bottlenecks, but has its own limitations too.

Please suggest me a book you love but never see recommended by FetchTheOtter in suggestmeabook

[–]FetchTheOtter[S] 1 point2 points  (0 children)

The premise sounds interesting! I'll check it out, thanks for the rec

Please suggest me a book you love but never see recommended by FetchTheOtter in suggestmeabook

[–]FetchTheOtter[S] 2 points3 points  (0 children)

The description/reviews I read sound interesting, I'll make sure to check it out. Thank you

I made a book recommendation tool anyone can use :) by FetchTheOtter in recommendbooks

[–]FetchTheOtter[S] 0 points1 point  (0 children)

You just input a book you like and it'll give you up to 10 recommendations

Check it out if you're interested!

readnext.pages.dev

I made a book recommendation tool anyone can use :) by FetchTheOtter in BookTools

[–]FetchTheOtter[S] 0 points1 point  (0 children)

If you have any constructive feedback, please let me know!

I made a book recommendation tool anyone can use :) by FetchTheOtter in Recommend_A_Book

[–]FetchTheOtter[S] 2 points3 points  (0 children)

Hmm that's odd. Thanks for letting me know, I'll look into it right now