Skip to content

Shimul-Baidya/Book-Recommendation-System

Repository files navigation

Book Recommendation System

About this project

This is a Streamlit web application for a Collaborative Filtering Based Book Recommendation System.

Click here to run it

Demo

DEMO DEMO

Dataset Used

The dataset used in this project can be found here.

How to Run

Steps:

  1. Clone the repository:

     https://github.com/Shimul-Baidya/Book-Recommendation-System.git
  2. Create a conda environment within the repository directory

    conda create -n books python=3.10 -y
    conda activate books
  3. Install the requirements:

    pip install -r requirements.txt
  4. Run the following notebook to generate the models:

    Book Recommendaion.ipynb

  5. Run the Streamlit app:

    streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published