File size: 540 Bytes
4013eed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: ClusterBuster API
emoji: 📊
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---

# ClusterBuster Multi Algorithm

Backend:
- FastAPI
- SQLite at /data/clusterforge.db
- Upload datasets
- Profile datasets
- Run clustering experiments
- PCA scatter points
- Runs and compare APIs
- CSV export
- Multi algorithm clustering

Frontend:
- Next.js
- Upload page
- New experiment page
- Runs page
- Compare page
- PCA scatter plot

Deploy:
- backend repo to Hugging Face Docker Space
- frontend repo to Vercel