Skip to content

This project associated with my university for milestone project. A book recommender system using k-means clustering with content based approach from goodreads book dataset.

Notifications You must be signed in to change notification settings

ssabrut/book-recommender-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommender System

This project is a book recommender system that uses both k-means clustering and content based filtering to suggest books to users. The system groups books into clusters based on their features and then recommends books that are similar to the user’s preferences. The project also uses Scrapy to scrape book data from online sources and create a custom dataset for the system.

Installation

To run this project, you need to have Python 3 and the following libraries installed:

  • Pandas
  • Numpy
  • Scikit-learn
  • NLTK

You can install them using pip:

pip install pandas numpy scikit-learn nltk

About

This project associated with my university for milestone project. A book recommender system using k-means clustering with content based approach from goodreads book dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published