Implemented a Recommender system to suggest books based on the book you like. Used the data provided at http://www2.informatik.uni-freiburg.de/~cziegler/BX/
I used an item-item collaborative filtering approach to return top 5 most matches for the input book. Made a website in flask that connects to the backend postgres server and fetches the result.