Explore embedding spaces in your browser.
0
stars
36
commits
TypeScript
primary language
Sep 11, 2026
updated
Explore embedding spaces in your browser.
EmbeddingViz is a browser-based React app for exploring how embedding models place text, files, tokens, and model outputs in vector space. It runs local UI state, model execution, dimensionality reduction, and plotting in the user's browser.
Use it to compare small embedding runs, inspect selected points, switch between PCA, UMAP, and t-SNE-style projections, and render dense point clouds with WebGL.
git clone https://github.com/tsilva/embeddingviz.git
cd embeddingviz
npm install
npm run dev
Open http://127.0.0.1:5173, or the URL printed by Vite if that port is already in use.
npm run dev # start the Vite dev server on 127.0.0.1
npm run build # type-check and build the production bundle
npm run preview # preview the production build locally
@huggingface/transformers; remote Hugging Face model files are allowed and browser cache is enabled.
No license file is currently included.
35 commits
1 commits
TypeScript
81.7%
CSS
14.1%
JavaScript
3.3%
Explore embedding spaces in your browser.
0
stars
36
commits
TypeScript
primary language
Sep 11, 2026
updated
Explore embedding spaces in your browser.
EmbeddingViz is a browser-based React app for exploring how embedding models place text, files, tokens, and model outputs in vector space. It runs local UI state, model execution, dimensionality reduction, and plotting in the user's browser.
Use it to compare small embedding runs, inspect selected points, switch between PCA, UMAP, and t-SNE-style projections, and render dense point clouds with WebGL.
git clone https://github.com/tsilva/embeddingviz.git
cd embeddingviz
npm install
npm run dev
Open http://127.0.0.1:5173, or the URL printed by Vite if that port is already in use.
npm run dev # start the Vite dev server on 127.0.0.1
npm run build # type-check and build the production bundle
npm run preview # preview the production build locally
@huggingface/transformers; remote Hugging Face model files are allowed and browser cache is enabled.
No license file is currently included.
35 commits
1 commits
TypeScript
81.7%
CSS
14.1%
JavaScript
3.3%