Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 900 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 900 Bytes

Book Recommendation System

This is a book recommendation website created using the Flask framework that makes book recommendations to the user based on a dataset from Kaggle. It leverages the collaborative filtering method of creating recommendation systems.

Preview

Top 50 Books

Top 50 Page preview

  • Top 50 books from the dataset based on average ratings are displayed on the /top50 endpoint.

Recommendations

Recommender Page preview

  • Based on the user input, Top 5 recommendations are displayed on the /recommend endpoint.
  • These recommendations are made on the basis of cosine similarity scores of the books with respect to the book provided as user input.

Dataset link

Book Recommendation Dataset