mahesh1209 commited on
Commit
b2ec666
·
verified ·
1 Parent(s): cd7fed4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -8,6 +8,23 @@ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  short_description: 🩺 LLM Health Monitor (Logs + Metrics + Alerts)
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  short_description: 🩺 LLM Health Monitor (Logs + Metrics + Alerts)
11
+
12
+
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
+ # 🩺 LLM Health Monitor (Hugging Face Space)
17
+
18
+ Real-time logs, metrics, and alert simulation for LLMOps. Built with Gradio, Prometheus, and Python. Deploys instantly to Hugging Face Spaces.
19
+
20
+ ## Features
21
+ - Logs LLM prompts and errors
22
+ - Tracks latency and request count
23
+ - Simulates alert conditions
24
+ - Prometheus metrics exposed at port 8000
25
+
26
+ ## Deploy
27
+ - SDK: Gradio
28
+ - Entry point: `app.py`
29
+ - Requirements: `gradio`, `prometheus_client`
30
+