Skip to content

vojtam/BookRecommender

Repository files navigation

BookRecommender

This repository aims to showcase our book recommendation system.

Book Recommendation System

The data for this project comes from https://mengtingwan.github.io/data/goodreads and contains the following tables:

  • books (16 000 most often reviewed books)

    • name
    • goodreads id
    • description of the book
    • genres
  • ratings (4 million of user reviews)

    • goodreads id of a book
    • user id
    • number of awarded stars

We have implemented the following recommendation systems:

  • Content-based: TFIDF system
  • Collaborative filtering: SVDF system
  • Collaborative filtering: item-to-item

image

We integrated the systems into a Shiny R / React interactive web application that you can check out at https://huggingface.co/spaces/vojtam/bookrecc

BookRecommenderDemoCut.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages