Code Monkey home page Code Monkey logo

book-recommendation-system's Introduction

Book Recommendation System

This project is a book recommendation system developed using Python, HTML, Bootstrap, Pickle, NumPy, and Pandas.

Overview

The book recommendation system employs collaborative filtering to suggest books to users based on their preferences and interactions with similar users.

Collaborative Filtering

Collaborative filtering recommends items to users based on the preferences of similar users. It leverages patterns in user behavior to offer personalized suggestions.. For example:

Example

Now, let's say a seventh user wants a recommendation, and they've already read Book A. We can use collaborative filtering to suggest books similar to those liked by users who also liked Book A. In this case, User 1 and User 2 have both rated Book A highly and have similar tastes to our seventh user. So, based on collaborative filtering, we might recommend books that these users also liked, such as Book B and Book E, to our seventh user.

Sections

  • Home Page: Displays a list of popular and highly rated books. Book Cover

  • Recommendation: Users can input a book name, and the system recommends similar books based on collaborative filtering. Recommendation

  • Search Books: Allows users to search for specific books. Search Books

  • Contact: Provides a contact form for users to send messages. Contact

Dataset

The dataset used for this project is sourced from Kaggle and includes three files: Books.csv, Users.csv, and Ratings.csv. These files contain information about books, users, and their ratings, respectively.

How to Use

  1. Install the required dependencies listed in requirements.txt.
  2. Run app.py to start the Flask server.
  3. Access the application through the provided URL.
  4. Navigate through the various sections: Home, Recommend, Search Books, and Contact.

book-recommendation-system's People

Contributors

dripyeager avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.