davanstrien/atlast-static-test
0
1---2title: Embedding Atlas Static - IMDB Demo3emoji: 🗺️4colorFrom: blue5colorTo: purple6sdk: static7pinned: false8license: mit9---10 11# 🗺️ Embedding Atlas - IMDB Dataset12 13This is a static export of [Embedding Atlas](https://github.com/apple/embedding-atlas) visualization for the IMDB dataset.14 15## Features16 17- Interactive embedding visualization18- Real-time search and filtering19- Automatic clustering with labels20- WebGPU-accelerated rendering21 22## How this was created23 24```bash25uvx -w datasets embedding-atlas stanfordnlp/imdb --export-application test.zip26```27 28Then the ZIP contents were extracted and deployed as a static HF Space.29 30---31 32*Created with embedding-atlas by Apple*