File size: 637 Bytes
3eac850 55b7342 3eac850 55b7342 3eac850 55b7342 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
title: flickpick
emoji: 🎬
colorFrom: blue
colorTo: indigo
sdk: static
pinned: false
license: mit
short_description: Movie recommender — ALS fold-in, runs in your browser
---
# flickpick 🎬
Pick a few movies you love and an implicit-ALS model (hand-rolled in NumPy, 96 factors, trained on MovieLens 1M) recommends ten more. The item factors ship with the page and the ALS fold-in — a 96×96 linear solve — runs **entirely in your browser**; each pick is explained by its nearest neighbor among yours.
Source, evaluation and full write-up: **[github.com/UsmarHaider/flickpick](https://github.com/UsmarHaider/flickpick)**
|