โ All projects
In progress
v0.1.0
Updated In development
Viewr
A video app with a real recommendation engine behind it, not a chronological list.
FlutterPythonRecommendationsBackend
Is this a YouTube client?
No. It is a video app with its own catalogue and its own ranking; the architecture is modelled on how large platforms structure recommendations.
Can I run it?
From source, yes, but it needs a populated item store to do anything interesting. It is not packaged.
Does it collect data about me?
It collects engagement signals, because that is what the ranker learns from. It is self-hosted, so those stay on your server.
Why Flutter for the client?
The client is deliberately thin and the same code targets phone and desktop. The work is in the backend.