Adisri99 commited on
Commit
ee3c62e
·
verified ·
1 Parent(s): 6ea59af

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -34
README.md DELETED
@@ -1,34 +0,0 @@
1
- ---
2
- title: ClusterBuster API
3
- emoji: 📊
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: docker
7
- app_port: 7860
8
- pinned: false
9
- ---
10
-
11
- # ClusterBuster
12
-
13
- End to end clustering platform.
14
-
15
- Backend:
16
- - FastAPI
17
- - SQLite at /data/clusterforge.db
18
- - Upload datasets
19
- - Profile datasets
20
- - Run clustering experiments
21
- - PCA scatter points
22
- - Runs and compare APIs
23
- - CSV export
24
-
25
- Frontend:
26
- - Next.js
27
- - Upload page
28
- - New experiment page
29
- - Runs page
30
- - Compare page
31
-
32
- Deploy:
33
- - backend repo to Hugging Face Docker Space
34
- - frontend repo to Vercel