Book Recommendation System
2025-08 Production-grade hybrid recommender with warm/cold support, real-time similarity search, and daily retraining with hot reloads.
I design and deploy data-driven backends with a focus on recommender systems, retrieval quality, and low-latency serving. My background in business + IT (HEC Montréal, bilingual program) helps me align technical work with product goals and measurable impact.
Recently, I built a production book recommender end-to-end: normalized SQL schema, collaborative filtering for warm users, attention-pooled subject embeddings for cold start, and a FastAPI service with daily retraining and zero-downtime hot reloads. The system blends signals (ALS, embeddings, metadata) and prioritizes reliability and speed.
Currently exploring: building on my recommender system experience by studying O’Reilly’s Data Engineering Design Patterns to strengthen my understanding of data engineering practices.
Hybrid pipeline: ALS (warm) + subject-embedding similarity (cold) with LightGBM reranking.
FastAPI endpoints with caching, pagination, and observability; deployed behind Nginx.
SQL modeling, feature preparation, daily retraining, artifact promotion, and safe hot reloads.