A content-based Book Recommender System built using Python, Pandas, and Scikit-Learn, deployed using Flask. Used DataSet https://www.kaggle.com/datasets/saurabhbagchi/books-dataset/data
- Trained model saved using
pickle - Deployed with Flask Web Framework
- Autocomplete book input with scrollable dropdown
- Recommends 5 similar books with images
git clone https://github.com/idAryan/Book_recommender_System2.git
cd Book_recommender_System2
pip install -r requirements.txt
python main.py