/GoodBooks-Recommender

Build a Book Recommendation System using Goodreads data (10k books)

Primary LanguageJupyter NotebookMIT LicenseMIT

GoodBooks-Recommender

Have you ever wondered which book to read next? I often have and to me, book recommendations are a fascinating issue. This external dataset allows us to take a deeper look at data-driven book recommendations.

This Project is splitted into 3 parts:

  • Part I: The Story of Book
    • Explore the dataset to find some interesting insights.
  • Part II: Book Recommender System
    • Build Recommender Systems using various techniques.
  • Part III: Web App
    • Build a web app to try some recommendations from our algorithms.

Note: To run the web app

  • from start open Anaconda Prompt
  • then go to the project directory using cd command
  • type python app.py
  • finally, in a new tab in your browser, go to http://127.0.0.1:5000/ and Enjoy!

You can also view and upvote my project on Kaggle: