Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 924 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 924 Bytes

BRS: BOOK RECOMMENDATION SYSTEM

This Project Book Recommendation System is developed using Streamlit, and it contains User-Based Collaborative Filtering & Top Rating of Books. Checkout WebSite

In Top Rating of Books, we have selected the top 50 books based on Rating score. Whichever books have the highest score, we have sorted them by their Rating.

In User-Based Collaborative Filtering, we predict the books that a user might like based on ratings given to that book by other users who have a similar taste to that of the target user.

This Repository only have pickle files and a Streamlit app.py.

Note

Original Data Files(CSV) and Programmed Files are in another repository: Book Recommendation

image