Skip to content

Instantly share code, notes, and snippets.

@Pyr-000
Pyr-000 / 2022821162046_artists_by_map_cluster.html
Created August 21, 2022 14:30
CLIP ViT-L/14 representation UMAP of 'by <artist name>'
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>artists_by (UMAP+k_means)</title>
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.3.min.js"></script>
<script type="text/javascript">
Bokeh.set_log_level("info");
</script>
</head>