flickpick / README.md
usmar's picture
Upload README.md with huggingface_hub
55b7342 verified
|
Raw
History Blame Contribute Delete
637 Bytes
---
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)**