This project provides a book recommendation system that suggests similar books based on the input book title. The recommendations are made by comparing the summary and categories of books, and the category similarity can be weighted using a slider. The system uses natural language processing (NLP) and semantic embeddings to generate recommendations.
Follow the steps below to install and run the project locally: 1- first run 'pip install -r requirements.txt' to install dependencies 2- run 'streamlit run app.py' to run the app
Clone the repository to your local machine using Git:
git clone https://github.com/your-username/book-recommendation-system.git