Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/hub/datasets-embedding-atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Embedding Atlas](https://apple.github.io/embedding-atlas/) is an interactive visualization tool for exploring large embedding spaces. It enables you to visualize, cross-filter, and search embeddings alongside associated metadata, helping you understand patterns and relationships in high-dimensional data. All computation happens in your computer, ensuring your data remains private and secure.

Here is an [example atlas](https://huggingface.co/spaces/davanstrien/megascience) for the [MegaScience](https://huggingface.co/datasets/MegaScience/MegaScience) dataset hosted as a Static Space:

<div class="flex justify-center">
<a href="https://huggingface.co/spaces/davanstrien/megascience">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/atlas-dataset-library-screenshot.png"/>
</a>
</div>

## Key Features

- **Interactive exploration**: Navigate through millions of embeddings with smooth, responsive visualization
Expand Down