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.
Sync from GitHub via hub-sync
Sync from GitHub via hub-sync
Sync from GitHub via hub-sync
Use public set_space_volumes API from huggingface_hub v1.9.0
Update README with bucket pipeline docs and benchmarks
Add bucket-based atlas pipeline: build, deploy, and e2e scripts
Expand README intro with Embedding Atlas description and live example
Add glob, multi-input, and lance support to atlas-export-remote.py
Fix create_repo exist_ok, add metadata_update for source dataset linking
Add pylance to uvx deps for lance format support
Add --glob flag for HF parquet shard patterns
Support multiple inputs + remove hf-transfer extra
Update README with atlas-export-remote.py documentation
Add atlas-export-remote.py: deploy Atlas visualizations with remote data loading
Add hf-jobs tag to README frontmatter
Refactor README title for clarity and consistency
Enhance README with example visualization and add batch size option for GPU processing
Update text column handling in build_atlas_command to improve dataset compatibility
Add dataset argument to metadata for improved dataset tracking
Enhance documentation and add batch size argument for improved GPU memory management
Fix function call to match updated signature
Remove trust_remote_code parameter from sample_dataset_to_parquet function
ruff format
Add automatic dataset sampling to reduce disk usage
Allow updating existing Space in deploy_to_space function
Refactor atlas-export.py for improved readability and maintainability
Add atlas_export.zip to .gitignore to prevent unnecessary file tracking
Add atlas_export directory to .gitignore to prevent unnecessary file tracking
Add .DS_Store to .gitignore to prevent unnecessary file tracking
Update README.md
Add link to Embedding Atlas documentation
Update README with accurate HF Jobs instructions and complete options
Add hf-transfer to uvx dependencies for faster downloads
Improve HF token detection for HF Jobs environment
Fix HF Jobs command syntax: use experimental UV support with correct argument order
Fix HF Jobs compatibility: handle non-interactive environments and update examples
Add atlas-export UV script for HF Jobs
initial commit
