You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hybrid book recommendation system fusing a scikit-learn k-nearest-neighbors collaborative filtering model with a TF-IDF cosine-similarity content model, weighted-average combined and trained on the 1.1 million rating Book-Crossing dataset, served through a FastAPI backend with TTL caching, a decoupled React frontend, and Docker Compose deployment.