akiragy/recsys_pipeline
Build Recommender System with PyTorch + Redis + Elasticsearch + Feast + Triton + Flask. Vector Recall, DeepFM Ranking and Web Application.
# Technical Summary Implements a complete recommender system pipeline using two-stage retrieval: term-based and vector-based recall via Elasticsearch, followed by DeepFM ranking with 59 engineered features (one-hot, multi-hot, and dense). Enforces point-in-time joins during feature generation to prevent leakage while maintaining offline-online consistency. Containerizes all production components (Redis for user vectors, Elasticsearch for ANN item retrieval, Feast for feature serving, Triton for inference) in Docker while training occurs in Conda, demonstrating an end-to-end workflow from data preprocessing through online serving on a single machine.
No commits in the last 6 months.
Stars
63
Forks
15
Language
Python
License
—
Category
Last pushed
Sep 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/akiragy/recsys_pipeline"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hoangsonww/The-MovieVerse-Database
🍿 Welcome to The MovieVerse: Your definitive gateway to cinema! Explore, discover, and immerse...
redis-developer/redis-nvidia-recsys
Three examples of recommendation system pipelines with NVIDIA Merlin and Redis
enesgulerai/hm-fashion-recommender
Let's find your style!
Sagar-Darji/CinematchAI
Multi-agent AI movie recommendation system - 6 LangGraph agents (profile analysis, content...
drae1712/Agentic-RAG-Anime-Recommender-System
🎬 Discover your next favorite anime with this advanced Retrieval-Augmented Generation system,...