项目作者: OmarZaghlol

项目描述 :
Build a Book Recommendation System using Goodreads data (10k books)
高级语言: Jupyter Notebook
项目地址: git://github.com/OmarZaghlol/GoodBooks-Recommender.git
创建时间: 2020-06-10T15:44:09Z
项目社区:https://github.com/OmarZaghlol/GoodBooks-Recommender

开源协议:MIT License

下载


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: