Spaces:
Running on Zero
Running on Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,26 +4,26 @@ emoji: 🔍
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
hardware: zero-a10g
|
| 12 |
short_description: Find anomalies in logs using AI. Paste logs, get insights.
|
| 13 |
tags:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
---
|
| 28 |
|
| 29 |
# Cordon
|
|
@@ -55,4 +55,4 @@ Cordon uses AI to understand the *meaning* of your logs and find the parts that
|
|
| 55 |
|
| 56 |
- [GitHub Repository](https://github.com/calebevans/cordon)
|
| 57 |
- [PyPI Package](https://pypi.org/project/cordon/)
|
| 58 |
-
- [Red Hat Developer Article](https://developers.redhat.com/articles/2025/12/09/semantic-anomaly-detection-log-files-cordon)
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.2.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
hardware: zero-a10g
|
| 12 |
short_description: Find anomalies in logs using AI. Paste logs, get insights.
|
| 13 |
tags:
|
| 14 |
+
- log-analysis
|
| 15 |
+
- anomaly-detection
|
| 16 |
+
- semantic-search
|
| 17 |
+
- embeddings
|
| 18 |
+
- transformers
|
| 19 |
+
- devops
|
| 20 |
+
- sre
|
| 21 |
+
- observability
|
| 22 |
+
- debugging
|
| 23 |
+
- nlp
|
| 24 |
+
- text-analysis
|
| 25 |
+
- machine-learning
|
| 26 |
+
- ai-tools
|
| 27 |
---
|
| 28 |
|
| 29 |
# Cordon
|
|
|
|
| 55 |
|
| 56 |
- [GitHub Repository](https://github.com/calebevans/cordon)
|
| 57 |
- [PyPI Package](https://pypi.org/project/cordon/)
|
| 58 |
+
- [Red Hat Developer Article](https://developers.redhat.com/articles/2025/12/09/semantic-anomaly-detection-log-files-cordon)
|