Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.02 KB

Book-Recommendation-System

Goal

Develop a Collaborative Filtering Based Recommender System for recommending books to users

How to run the project

  1. Clone this repository
  2. Create a new environment conda create -n newenv python==3.6
  3. Open any IDE
  4. Then install the requirements.txt file pip install -r requirements.txt
  5. After all the requirements are installed successfully Then run the app by python app.py.py

Web Application

  1. Intially it displays Top 50 books
  2. Click on the Recommend button on the top left corner, enter the name of the book for which you want the recommendations and click on Submit button