Books Recommender Systems
10/08/2020
- id : The Book ID
- title : The Book Title
- rating : The rating given to the book
- user : The User ID
Scraping Data:
We scrape the data from Goodreads API. which gets the books in a member shelf.
Recommender System:
This is a Collaborative filtering Recommender system that we used to build intelligent recommender systems that can learn to give better recommendations as more information about users is collected.
This recommender take a book name and then recommend to you the most relevant books to it.