Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: flickpick
|
| 3 |
+
emoji: 🎬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
short_description: Movie recommender — ALS fold-in, runs in your browser
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# flickpick 🎬
|
| 13 |
+
|
| 14 |
+
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.
|
| 15 |
+
|
| 16 |
+
Source, evaluation and full write-up: **[github.com/UsmarHaider/flickpick](https://github.com/UsmarHaider/flickpick)**
|