An open API service indexing awesome lists of open source software.

https://github.com/srineogi/recommendersystem-python

Recommender System
https://github.com/srineogi/recommendersystem-python

books correlation recommendation-system recommender-system

Last synced: 8 months ago
JSON representation

Recommender System

Awesome Lists containing this project

README

          

# Download the dataset from Kaggle

https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset

# About
There are 3 CSV files - users, ratings and books, in the link above. We merge the datsets and subset it to create a pivot table with USER-ID in rows, and Book-Title in columns.

Using corrwith(), we find books most similar to The Pelican Brief by John Grisham.