Dwarakesh-V commited on
Commit
f5e7e95
·
verified ·
1 Parent(s): 6491f07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  title: Semantic Intent Router
3
- emoji: 🔍
4
  colorFrom: blue
5
- colorTo: purple
6
- sdk: streamlit
7
- sdk_version: "1.36.0"
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
  # Semantic Intent Routing Engine
@@ -58,4 +60,4 @@ Most NLU systems rely on classifiers or fine-tuned models, which brings problems
58
  - slow iteration cycles
59
  - low explainability
60
 
61
- This project avoids all of that by using semantic similarity, graph traversal, and context tracking to produce stable and predictable routing—even as intents change.
 
1
  ---
2
  title: Semantic Intent Router
3
+ emoji: 👁
4
  colorFrom: blue
5
+ colorTo: pink
6
+ sdk: docker
7
+ sdk_version: 1.36.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ short_description: Semantic routing engine with plug and play extensibility
12
  ---
13
 
14
  # Semantic Intent Routing Engine
 
60
  - slow iteration cycles
61
  - low explainability
62
 
63
+ This project avoids all of that by using semantic similarity, graph traversal, and context tracking to produce stable and predictable routing—even as intents change.