Open-source dataset curation with hyperbolic embeddings visualization
Project description
HyperView
Interactive geometric workbench for embedding space analysis.
HyperView turns image datasets into live embedding workspaces. Load samples, compute embeddings, inspect Euclidean, hyperbolic, or spherical layouts, select clusters and outliers, and keep media, labels, layouts, selections, panels, and tools in one local workspace.
Try the live demo on Hugging Face Spaces
Install
uv tool install --upgrade hyperview
hyperview skill install
For a project-local GitHub Copilot skill:
hyperview skill install --scope project --agent github-copilot --yes
Python
import hyperview as hv
dataset = hv.Dataset("cifar100")
dataset.add_from_huggingface("uoft-cs/cifar100", split="train", max_samples=1000)
dataset.compute_embeddings(model="openai/clip-vit-base-patch32")
dataset.compute_visualization()
hv.launch(dataset)
CLI
hyperview workspace create imagenette-demo \
--dataset imagenette_clip_20260411 \
--activate
hyperview serve \
--workspace imagenette-demo \
--dataset imagenette_clip_20260411
Agents and scripts can control the running workspace:
hyperview ui layout set --workspace imagenette-demo --layout-key <layout-key>
hyperview ui selection set --workspace imagenette-demo --ids sample-1,sample-8
hyperview extension add .hyperview/extensions/selection-profile --workspace imagenette-demo
hyperview tools run selection_profile.summarize --workspace imagenette-demo
What It Does
- Ingests image data from Hugging Face datasets or local folders.
- Computes embeddings with built-in or custom providers.
- Projects spaces into Euclidean, Poincare/hyperbolic, and spherical layouts.
- Links scatter points to thumbnails, labels, selections, and nearest neighbors.
- Adds dataset-specific Python tools and native frontend panels.
- Gives coding agents a CLI control plane for the same workspace humans inspect.
Docs
Why Geometry?
Embedding failures often hide in the shape of the space: collapsed classes, weak separation, hierarchy, long-tail samples, and boundary cases. HyperView lets you inspect those structures through multiple geometric views instead of a single fixed projection.
Related Projects
- hyper-scatter: WebGL scatterplot engine for Euclidean and Poincare views.
- hyper-models: Non-Euclidean model zoo and ONNX exports.
- hyper-lrp: Attribution tools for inspecting model evidence.
Community
Join the Hyper3Labs Discord for demos, setup help, and project discussion.
License
MIT License. See LICENSE.
Citation
If you use HyperView in research, please cite:
@software{hyperview2026,
author = {{Hyper3Labs}},
title = {HyperView: An Interactive Geometric Workbench for Embedding Space Analysis},
year = {2026},
version = {0.5.0},
url = {https://github.com/Hyper3Labs/HyperView}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyperview-0.6.0.tar.gz.
File metadata
- Download URL: hyperview-0.6.0.tar.gz
- Upload date:
- Size: 696.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b651d67eedc88167dc9d422702ece235df25f15843ff5ad88cddc4bc1695123
|
|
| MD5 |
8d463ca929f932fbdc7056c421ebdf0e
|
|
| BLAKE2b-256 |
e4b678cba7e0b6bed5a95be656d7072533246f0d1b600432accdffcddb391c2d
|
File details
Details for the file hyperview-0.6.0-py3-none-any.whl.
File metadata
- Download URL: hyperview-0.6.0-py3-none-any.whl
- Upload date:
- Size: 736.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d67386d7bf476ab6c34d291ff933559a5abc791553a34726faf51c5ab68e14eb
|
|
| MD5 |
82e9de92b5d1753b6af8315ab28e4696
|
|
| BLAKE2b-256 |
4a3dce653ed7ce18679d03cfe3ad9b46ce75159a153e04ab649a9d0e502b5dc7
|