Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 740 Bytes

Suggested_algorithm.md

File metadata and controls

16 lines (11 loc) · 740 Bytes

Suggested Video algorithm explanation

Client needs

On the home page of the website, the platform will suggest users some videos the most played and shared on Mewpipe.

We have done that feature and its great.

Our purpose

In the future, if the client wants an advanced suggestion mechanism, the dev'team can add a "Taxonomy" feature. At upload, the user adds some tags related to the video, like "Cats" or "timelapse". In a video, we may also create a list of videos that have the most related taxonomies, sorting them by views-count. If we have less than n videos with all of taxonomies, the list will be filled with videos that matches n-1 taxonomies, n-2 taxonomies and so on...