CoolFace
Datasetpublic

uv-scripts/build-atlas

Atlas Export 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. These scripts wrap Embedding Atlas to make it easy to go from a HuggingFace dataset to a deployed visualization. See open-library-atlas for a live example (2M books). Scripts… See the full description on the dataset page: https://huggingface.co/datasets/uv-scripts/build-atlas.

sourceHugging Faceupdated 3mo agoView on Hugging Face
13likes126downloads
38 commits on main
950cf3d3mo ago

Sync from GitHub via hub-sync

davanstrien
e44ccce4mo ago

Sync from GitHub via hub-sync

davanstrien
92162354mo ago

Sync from GitHub via hub-sync

davanstrien
59654fb6mo ago

Use public set_space_volumes API from huggingface_hub v1.9.0

davanstrien, Claude Opus 4.6 (1M context)
6891a806mo ago

Update README with bucket pipeline docs and benchmarks

davanstrien, Claude Opus 4.6 (1M context)
f93691f6mo ago

Add bucket-based atlas pipeline: build, deploy, and e2e scripts

davanstrien, Claude Opus 4.6 (1M context)
8811bbd7mo ago

Expand README intro with Embedding Atlas description and live example

davanstrien, Claude Opus 4.6
3baf2967mo ago

Add glob, multi-input, and lance support to atlas-export-remote.py

davanstrien, Claude Opus 4.6
2058a487mo ago

Fix create_repo exist_ok, add metadata_update for source dataset linking

davanstrien
9ccbef97mo ago

Add pylance to uvx deps for lance format support

davanstrien
fd044fe7mo ago

Add --glob flag for HF parquet shard patterns

davanstrien
a831c4d7mo ago

Support multiple inputs + remove hf-transfer extra

davanstrien
6fa6f2e7mo ago

Update README with atlas-export-remote.py documentation

davanstrien, Claude Opus 4.6
702000e7mo ago

Add atlas-export-remote.py: deploy Atlas visualizations with remote data loading

davanstrien, Claude Opus 4.6
4762dc68mo ago

Add hf-jobs tag to README frontmatter

davanstrien, Claude Opus 4.5
a9bf51d1y ago

Refactor README title for clarity and consistency

davanstrien
e5916271y ago

Enhance README with example visualization and add batch size option for GPU processing

davanstrien
46951041y ago

Update text column handling in build_atlas_command to improve dataset compatibility

davanstrien
d3371c11y ago

Add dataset argument to metadata for improved dataset tracking

davanstrien
6f5c22f1y ago

Enhance documentation and add batch size argument for improved GPU memory management

davanstrien
4f91e221y ago

Fix function call to match updated signature

davanstrien, Claude
b2e767b1y ago

Remove trust_remote_code parameter from sample_dataset_to_parquet function

davanstrien
f41c8991y ago

ruff format

davanstrien
db906931y ago

Add automatic dataset sampling to reduce disk usage

davanstrien, Claude
b0a45e91y ago

Allow updating existing Space in deploy_to_space function

davanstrien
31ad4fe1y ago

Refactor atlas-export.py for improved readability and maintainability

davanstrien
ab2fedd1y ago

Add atlas_export.zip to .gitignore to prevent unnecessary file tracking

davanstrien
cf70daf1y ago

Add atlas_export directory to .gitignore to prevent unnecessary file tracking

davanstrien
dcff57a1y ago

Add .DS_Store to .gitignore to prevent unnecessary file tracking

davanstrien
7a07d471y ago

Update README.md

davanstrien
f7f7b5d1y ago

Add link to Embedding Atlas documentation

davanstrien
8d2a0851y ago

Update README with accurate HF Jobs instructions and complete options

davanstrien
ba420111y ago

Add hf-transfer to uvx dependencies for faster downloads

davanstrien
44e63ee1y ago

Improve HF token detection for HF Jobs environment

davanstrien
03d42581y ago

Fix HF Jobs command syntax: use experimental UV support with correct argument order

davanstrien
02b47e61y ago

Fix HF Jobs compatibility: handle non-interactive environments and update examples

davanstrien
4ea62601y ago

Add atlas-export UV script for HF Jobs

davanstrien
1f6e59a1y ago

initial commit

davanstrien