An open API service indexing awesome lists of open source software.

https://github.com/lgope/book-recommender-system

Book recommender system a Collaborative Filtering Based Recommender System using Machine Learning, Numpy, Pandas Python, Flask, Kaggle Dataset
https://github.com/lgope/book-recommender-system

collaborative-filtering flask html-css jupyter-notebook kaggle-dataset machine-learning numpy pandas python

Last synced: 2 months ago
JSON representation

Book recommender system a Collaborative Filtering Based Recommender System using Machine Learning, Numpy, Pandas Python, Flask, Kaggle Dataset

Awesome Lists containing this project

README

          

# book-recommender-system

Book recommender system is a Collaborative filtering-based Recommender System using Machine Learning, NumPy, Pandas, Python, Flask, and Kaggle Dataset.

The purpose of this system was to get an idea of how Facebook's automatic friend tagging suggestions and e-commerce sites suggesting necessary items algorithms work.

How I loaded the dataset, How the machine learned from the data and made a model. And how the machine makes predictions based on that
acquired knowledge. To understand these terms and algorithms please visit this file 👉🏻 `book-recommender-system.ipynb`

Kaggle Dataset 👉🏻 https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset

Thanks and happy coding.