The Book Recommendation System is a Flask-based web application
- Clone the repository to your local machine.
- Install the required dependencies.
- Run the Flask app using
python app.py. - Access the web app in your browser by navigating to http://localhost:5000.
- Python
- Flask
- Pandas 2.2.1
- Scikit-learn
- HTML/CSS
- Jinja(for HTML templating)
Special thanks to Kaggle for providing the latest book dataset used in this project.