Skip to content

Commit

Permalink
added a sample umap python notebook for similarity layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch committed Aug 26, 2023
1 parent c19ab43 commit 9c1b4b0
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# vikus-viewer-script v2.0
# vikus-viewer-script

The script in /images will generate textures and spritesheet assets which are needed for the [vikus-viewer](https://github.com/cpietsch/vikus-viewer) (repo). The script in /tsne will generate a TSNE layout which can be used as an alternative to the timeline-view in VIKUS Viewer.
The script will generate textures and spritesheet assets which are needed for the [vikus-viewer](https://github.com/cpietsch/vikus-viewer).

## /similarity-js
Those files are for generating a TSNE layout which can be used as an alternative to the timeline-view in VIKUS Viewer. More on how to use this script can be found [below](https://github.com/cpietsch/vikus-viewer-script#usage-t-sneumap-script). Since the script is written in JavaScript its capability is limited to smaller collections. For larger collections you can use the python script below.

## /similarity-python
Here you will find a small python notebook which can be used to generate a similarity layout using UMAP. You can run this notebook on [Google Colab](https://colab.research.google.com/) or on your local machine.

## Requirements

Expand Down Expand Up @@ -89,7 +95,7 @@ As an alternative to the temporal view, you can create a t-SNE layout based on i
Download or clone this repo, navigate to /similarity and install the required node packages:
```sh
cd /similarity
cd /similarity-js
npm i
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
204 changes: 204 additions & 0 deletions similarity-python/umap.ipynb

Large diffs are not rendered by default.

0 comments on commit 9c1b4b0

Please sign in to comment.