I want a feature that allows me to see every video in a YouTube channel on one screen, grouped by video title and thumbnail similarity. This would help in clustering similar types of content together for easier navigation.
I mapped Every videos in a youtube channel grouped by video title & thumbnail similarity. Link is ytmap edit : Sorry. I should have explained it more clearly earlier. I’m using CLIP to generate embeddings from the video titles and thumbnails. CLIP encodes text and images into the same semantic embedding space. then I computed the similarity using cosine similarity between the embeddings and use UMAP to project them into 2D. Basically, I wanted a way to group videos in a YouTube channel so similar types of content cluster together.