Spaces:
Sleeping
Sleeping
Add hackathon tags (track/sponsor/achievement)
Browse files
README.md
CHANGED
|
@@ -1,20 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: AstraNexus
|
| 3 |
-
emoji: "🌌"
|
| 4 |
-
colorFrom: indigo
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 7860
|
| 8 |
-
pinned: false
|
| 9 |
-
short_description: Inbox constellations via a fine-tuned multimodal encoder
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AstraNexus
|
| 3 |
+
emoji: "🌌"
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
short_description: Inbox constellations via a fine-tuned multimodal encoder
|
| 10 |
+
tags:
|
| 11 |
+
- track:backyard
|
| 12 |
+
- track:wood
|
| 13 |
+
- sponsor:nvidia
|
| 14 |
+
- sponsor:modal
|
| 15 |
+
- achievement:offgrid
|
| 16 |
+
- achievement:welltuned
|
| 17 |
+
- achievement:offbrand
|
| 18 |
+
- achievement:sharing
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# ✦ AstraNexus
|
| 22 |
+
|
| 23 |
+
Unsupervised email organizer. A **fine-tuned** multimodal encoder (MiniLM text +
|
| 24 |
+
SigLIP vision) embeds each email, HDBSCAN clusters them into **constellations**,
|
| 25 |
+
cross-account threads show as **wormholes**. Custom FastAPI frontend (landing at
|
| 26 |
+
`/`, Gradio app mounted at `/app`); LangGraph orchestration emits `trace.json`;
|
| 27 |
+
runs fully local (no cloud LLM APIs on the default path).
|
| 28 |
+
|
| 29 |
+
Fine-tuned encoder: [DriptoBhattacharyya/astranexus-mm-encoder](https://huggingface.co/DriptoBhattacharyya/astranexus-mm-encoder).
|