Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,14 @@ sdk_version: 5.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
11 |
---
|
12 |
|
|
|
|
|
|
|
13 |
# Drift Detector
|
14 |
Drift Detector is an MCP server, designed to detect drift in LLM performance over time by using the power of the **sampling** functionality of MCP.
|
15 |
This implementation is intended as a **proof of concept** and is **NOT intended** for production use without significant changes.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
tags:
|
12 |
+
- mcp-server-track
|
13 |
+
- agent-demo-track
|
14 |
---
|
15 |
|
16 |
+
This was made with the combined efforts of Saransh Halwai(HF username: [Sars6](https://huggingface.co/Sars6)), Harsh Bhati(HF username: [HarshBhati](https://huggingface.co/HarshBhati)), and Anurag Prasad(HF username: [LegendXInfinity](https://huggingface.co/LegendXInfinity))
|
17 |
+
GitHub repo: [Drift Detector](github.com/saranshhalwai/drift-detector)
|
18 |
+
|
19 |
# Drift Detector
|
20 |
Drift Detector is an MCP server, designed to detect drift in LLM performance over time by using the power of the **sampling** functionality of MCP.
|
21 |
This implementation is intended as a **proof of concept** and is **NOT intended** for production use without significant changes.
|