wi-lab commited on
Commit
b6e8a86
·
1 Parent(s): cfefc7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -9,4 +9,13 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Dataset Distancing Lab (LWM / UMAP / RAW)
13
+
14
+ Upload multiple datasets (as .pt files with `{"channels":..., "labels":...}`), choose a framework
15
+ (LWM, UMAP, or RAW) and parameters to compute a dataset-distance matrix. The matrix is rendered as an interactive heatmap.
16
+
17
+ ## Run locally
18
+ ```bash
19
+ pip install -r requirements.txt
20
+ python app.py
21
+