enjalot / latent-scope

A scientific instrument for investigating latent spaces
MIT License
576 stars 20 forks source link

1-step Setup option #26

Open enjalot opened 9 months ago

enjalot commented 9 months ago

There should be an option to setup a scope with 1 click that automatically takes you through the steps instead of asking you to run each step manually.

This should help people onboard and see their data quickly with sane defaults. Then if you want to improve the results you could go back and make different choices (like different embedding model, or different UMAP parameters).

The defaults should probably be something like:

  1. embed with an OSS model (jina small?)
  2. umap with default parameters (adjust neighbors based on size of data)
  3. cluster with default paramters (also adjusted based on size of data)
  4. default labels, don't auto summarize here (can take very long, best results with proprietary models right now)

This would hopefully make getting started with latent scope much easier and ease people into exploring the various capabilities.

enjalot commented 8 months ago

More UX thoughts:

Process thoughts: