The most efficient solution is to give the user a predicted rating which tells him at first glance how much he'll like a movie. Of course the prediction is based on how much the user has liked other movies (collaborative filtering). Netflix used to do that quite well until their recommendation system went down the drain for marketing reasons. My app Coollector Movie Database works on that principle.
HN user
baspey
2 karma
Posts0
Comments4
No posts found.
Ask HN: An alternative to IMDB scores, whats a better way to pick movies? 6 years ago
The director page would be much better if it listed the favorite movies of the director. By the way, how do you get that data? Can it be trusted?
Please try my app (Mac/PC) Coollector Movie Database https://www.coollector.com/ I've spent years refining the recommendation system. It beats everything I know.
I'm surprised that nobody talks about wxWidgets!
It's what I use for my app "Coollector Movie Database" and I'm very happy with it.
Ok, it's C++, but you get a super fast app, and there's no licensing issue contrary to Qt (it's completely free even for commercial apps). I recommend!