bibliothecaire

MesoHacks2022 Project

The purpose of this book recommendation system is to predict buyer’s interest and recommend books to them accordingly.

Properties of the project:

"bibliothecaire" can take into account many parameters like book content and book quality by filtering user reviews.

DEMO:

Functionalities and Features of Book recommendation system:

Well designed web pages Screenshot (664)
List of books recommended Screenshot (662)
Recommendation Page Screenshot (663)

Tech Stack

image

Run Locally

Clone the project

bash git clone https://github.com/Kedyi/bibliothecaire.git

Go to the project directory

bash cd recommend_new

Install dependencies from requirements.txt

Start the server

bash Flask --app app run

Future Scopes:-

  • Adding Emotion based recommendation
  • Complete contact section.
  • Create a feedback section.