DriptoBhattacharyya commited on
Commit
2babbaf
·
verified ·
1 Parent(s): 6e8672b

Add hackathon tags (track/sponsor/achievement)

Browse files
Files changed (1) hide show
  1. README.md +29 -20
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
- # ✦ AstraNexus
13
-
14
- Unsupervised email organizer. A **fine-tuned** multimodal encoder (MiniLM text +
15
- SigLIP vision) embeds each email, HDBSCAN clusters them into **constellations**,
16
- cross-account threads show as **wormholes**. Custom FastAPI frontend (landing at
17
- `/`, Gradio app mounted at `/app`); LangGraph orchestration emits `trace.json`;
18
- runs fully local (no cloud LLM APIs on the default path).
19
-
20
- Fine-tuned encoder: [DriptoBhattacharyya/astranexus-mm-encoder](https://huggingface.co/DriptoBhattacharyya/astranexus-mm-encoder).
 
 
 
 
 
 
 
 
 
 
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).