milewire commited on
Commit
4f96e15
·
verified ·
1 Parent(s): e01b0f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -15
README.md CHANGED
@@ -1,15 +1,72 @@
1
- ---
2
- title: Ul Interference Analyzer
3
- emoji: 📊
4
- colorFrom: indigo
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 6.15.1
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- license: apache-2.0
12
- short_description: 'AI-assisted uplink interference analysis for LTE and 5G RAN '
13
- ---
14
-
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UL Interference Analyzer
2
+
3
+ AI-assisted LTE and 5G uplink interference analysis using RF KPI and PM counter indicators.
4
+
5
+ ## Overview
6
+
7
+ UL Interference Analyzer evaluates uplink radio conditions using commonly monitored LTE and 5G RAN KPIs including:
8
+
9
+ - UL SINR
10
+ - RTWP
11
+ - PUSCH BLER
12
+ - UL/DL PRB utilization
13
+ - CQI
14
+
15
+ The application applies engineering threshold logic to classify potential uplink interference conditions, congestion scenarios, and RF degradation patterns.
16
+
17
+ ## Features
18
+
19
+ - RF KPI threshold analysis
20
+ - Uplink interference detection
21
+ - Capacity congestion differentiation
22
+ - Severity grading
23
+ - Engineering action recommendations
24
+ - Structured operational output
25
+
26
+ ## Example KPIs
27
+
28
+ ```text
29
+ UL SINR = -8
30
+ PUSCH BLER = 41
31
+ RTWP = -94
32
+ UL PRB = 72
33
+ DL PRB = 35
34
+ CQI = 3
35
+ ```
36
+
37
+ ## Example Output
38
+
39
+ - LIKELY UL INTERFERENCE
40
+ - HIGH Severity
41
+ - Recommended RF engineering actions
42
+
43
+ ## Potential Use Cases
44
+
45
+ - LTE RAN troubleshooting
46
+ - 5G uplink diagnostics
47
+ - RF optimization workflows
48
+ - PM counter analysis
49
+ - Network operations support
50
+ - Private wireless operational analysis
51
+
52
+ ## Current Scope
53
+
54
+ This project currently uses rule-based engineering logic and static KPI interpretation.
55
+
56
+ Future enhancements may include:
57
+
58
+ - Historical KPI trend analysis
59
+ - Vendor-specific logic
60
+ - Multi-sector correlation
61
+ - AI-assisted recommendation engines
62
+ - RAG integration for operational runbooks
63
+
64
+ ## Technology Stack
65
+
66
+ - Python
67
+ - Gradio
68
+ - Hugging Face Spaces
69
+
70
+ ## Disclaimer
71
+
72
+ This project is intended for demonstration and operational workflow prototyping purposes only.