calebdevans commited on
Commit
c1a6768
Β·
unverified Β·
1 Parent(s): 6c03f66

optimize metadata for discoverability

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Cordon
3
- emoji: 🧬
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
@@ -8,13 +8,21 @@ sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: Reduce logs to their semantically anomalous parts
12
  tags:
13
  - log-analysis
14
  - anomaly-detection
 
15
  - embeddings
16
- - nlp
17
  - transformers
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # Cordon
@@ -31,6 +39,13 @@ Cordon uses AI to understand the *meaning* of your logs and find the parts that
31
  4. **Thresholding** β€” Top anomalies are selected
32
  5. **Output** β€” XML-tagged blocks ready for LLM analysis
33
 
 
 
 
 
 
 
 
34
  ## Key Insight
35
 
36
  > Repetitive patterns (even errors) are filtered out. Cordon surfaces the *rare* and *unusual* events that stand out from the bulk of your logs.
 
1
  ---
2
+ title: Cordon - Log Anomaly Detection
3
+ emoji: πŸ”
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: Find anomalies in logs using AI. Paste logs, get insights.
12
  tags:
13
  - log-analysis
14
  - anomaly-detection
15
+ - semantic-search
16
  - embeddings
 
17
  - transformers
18
+ - devops
19
+ - sre
20
+ - observability
21
+ - debugging
22
+ - nlp
23
+ - text-analysis
24
+ - machine-learning
25
+ - ai-tools
26
  ---
27
 
28
  # Cordon
 
39
  4. **Thresholding** β€” Top anomalies are selected
40
  5. **Output** β€” XML-tagged blocks ready for LLM analysis
41
 
42
+ ## Use Cases
43
+
44
+ - **Debug faster** β€” Find the needle in the haystack
45
+ - **LLM pre-processing** β€” Reduce logs to fit in context windows
46
+ - **Incident response** β€” Surface unusual events quickly
47
+ - **Exploratory analysis** β€” Discover patterns you didn't know to search for
48
+
49
  ## Key Insight
50
 
51
  > Repetitive patterns (even errors) are filtered out. Cordon surfaces the *rare* and *unusual* events that stand out from the bulk of your logs.