Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,13 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|