This is a basic Book Recommender System written in Python (*.ipynb).
- The data set used can be fetched from here
- Right now it calculates covariance of a particular book with other books (as a measure of similarity).
- Books having highest values of covariance are outputted
- It can be integrated in a web based social network for book readers. Where users will be able to get best suggestions for their next read!