Commit ·
8811bbd
1
Parent(s): 3baf296
Expand README intro with Embedding Atlas description and live example
Browse files
README.md
CHANGED
|
@@ -5,7 +5,9 @@ tags: [uv-script, hf-jobs]
|
|
| 5 |
|
| 6 |
# Atlas Export
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
|
| 10 |

|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
# Atlas Export
|
| 7 |
|
| 8 |
+
[Embedding Atlas](https://github.com/apple/embedding-atlas) is an open-source library from Apple for creating interactive, browser-based visualizations of embedding spaces. It renders millions of data points with WebGPU acceleration, supports real-time search and filtering, and automatically generates cluster labels — all running as a static site with no backend.
|
| 9 |
+
|
| 10 |
+
These scripts wrap Embedding Atlas to make it easy to go from a HuggingFace dataset to a deployed visualization in a single command. See [arxiv-cs-atlas](https://huggingface.co/spaces/davanstrien/arxiv-cs-atlas) for a live example (215K arXiv CS papers).
|
| 11 |
|
| 12 |

|
| 13 |
|