You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/overview.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
3
3
Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata.
4
4
5
+
You can use Embedding Atlas directly from this website by [loading your own data](https://apple.github.io/embedding-atlas/upload/). Embedding Atlas will compute the embedding and projection in your browser. Your data does not leave your machine.
6
+
5
7
Embedding Atlas is released as two packages:
6
8
7
9
- A Python package `embedding-atlas` that provides:
8
-
9
10
- A [command line utility](./tool.md) for running Embedding Atlas on a data frame.
10
11
- A [Jupyter widget](./widget.md) for using Embedding Atlas in Jupyter notebooks.
11
12
- A [Streamlit component](./streamlit.md) for using Embedding Atlas in Streamlit apps.
12
13
13
-
- An npm package `embedding-atlas` that exposes the user interface components as API so you can use them in your own applications. Below are the exposed components:
14
+
All of these approaches allow you to compute embeddings (with custom models) and projections.
14
15
16
+
- An npm package `embedding-atlas` that exposes the user interface components as API so you can use them in your own applications. Below are the exposed components:
0 commit comments