Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a book recommendation system based on item-based Collaborative Filtering memory-based model created using Flask.
https://github.com/nirmit27/book-recommender-system

data-analysis data-science flask python python3 recommender-system render

Last synced: 5 days ago
JSON representation

This is a book recommendation system based on item-based Collaborative Filtering memory-based model created using Flask.

Awesome Lists containing this project

README

        

Book Recommendation System

This is a book recommendation website created using the **Flask** framework that makes book recommendations to the user based on a dataset from **Kaggle**. It leverages the **collaborative filtering** method of creating recommendation systems.

## Preview
### Top 50 Books
![Top 50 Page preview](./static/ss_top50.png)
- **Top 50** books from the dataset based on **average ratings** are displayed on the `/top50` endpoint.

### Recommendations
![Recommender Page preview](./static/ss_rec.png)
* Based on the user input, **Top 5** recommendations are displayed on the `/recommend` endpoint.
* These recommendations are made on the basis of **cosine similarity** scores of the books with respect to the book provided as user input.

## Dataset link
[Book Recommendation Dataset](https://www.kaggle.com/datasets/arashnic/book-recommendation-dataset)

## Deployment link
[Web Service on Render](https://book-recommender-system-olce.onrender.com/)