Spaces:
Sleeping
Sleeping
Commit Β·
a516b35
1
Parent(s): 5e9a040
updated commit
Browse files
README.md
CHANGED
|
@@ -1,2 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Telecom AI App
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`.
|