Skip to content

ChayanBhansali/BookRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommender Model and Web App

Book Recommender Web App

Overview

This repository contains code for a book recommender model building and it's web app built using Streamlit. The app uses a machine learning model trained on a dataset available on Kaggle to recommend books based on user preferences.

Prerequisites

Make sure you have the following installed on your system:

  • Python (>= 3.6)
  • Streamlit
  • Pandas
  • Scikit-learn

You can install the required packages using pip:

pip install streamlit pandas scikit-learn

Dataset

The dataset used to train the book recommender model can be downloaded from Kaggle link. The dataset contains information about books, ratings, and user preferences.

Usage

  1. Clone the repository:
git clone https://github.com/ChayanBhansali/BookRecommender
cd book-recommender
  1. Run the Streamlit app:
streamlit run app.py
  1. The app will open in your default web browser. You can now interact with the web app to get book recommendations based on your preferences.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published