davanstrien HF Staff Claude Opus 4.6 commited on
Commit
8811bbd
·
1 Parent(s): 3baf296

Expand README intro with Embedding Atlas description and live example

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,7 +5,9 @@ tags: [uv-script, hf-jobs]
5
 
6
  # Atlas Export
7
 
8
- Generate and deploy interactive embedding visualizations to HuggingFace Spaces with a single command using Apple's [Embedding Atlas](https://github.com/apple/embedding-atlas) library!
 
 
9
 
10
  ![Example Visualization](https://huggingface.co/datasets/huggingface/documentation-images/resolve/58e8cf44ec5d74712775b7049b1203f9b0b15ebb/hub/atlas-dataset-library-screenshot.png)
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
  ![Example Visualization](https://huggingface.co/datasets/huggingface/documentation-images/resolve/58e8cf44ec5d74712775b7049b1203f9b0b15ebb/hub/atlas-dataset-library-screenshot.png)
13