FrederickSundeep commited on
Commit
a516b35
Β·
1 Parent(s): 5e9a040

updated commit

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,2 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Telecom AI App
2
- This app classifies telecom alarms, predicts faults, traces network paths, and visualizes network health using Hugging Face Spaces and Python.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Telecom AI App
3
+ emoji: πŸ“‘
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.14.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Telecom AI App
13
+
14
+ This app classifies telecom alarms, predicts faults, traces network paths, and visualizes network health using Hugging Face Spaces and Python.
15
+
16
+ ## Features
17
+ - πŸ“Š Alarm Classification (using BART NLI model)
18
+ - πŸ”§ Fault Prediction based on keywords
19
+ - 🌐 Network Topology Analysis & Tracing
20
+ - 🧠 Simple AI-driven suggestions to fix issues
21
+ - πŸ“ˆ Graph visualization using NetworkX
22
+
23
+ ## Example Inputs
24
+ - "Power failure at base station" from "Node1"
25
+ - "Signal lost between node and switch" from "Node3"
26
+ - "Hardware fault detected in antenna module" from "Node6"
27
+
28
+ ## How to Run
29
+ Upload this repo to a Hugging Face Space with Gradio SDK. It auto-launches `app.py`.