File size: 820 Bytes
a516b35
 
 
 
 
 
 
 
 
 
 
5e9a040
a516b35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Telecom AI App
emoji: πŸ“‘
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: "4.14.0"
app_file: app.py
pinned: false
---

# Telecom AI App

This app classifies telecom alarms, predicts faults, traces network paths, and visualizes network health using Hugging Face Spaces and Python.

## Features
- πŸ“Š Alarm Classification (using BART NLI model)
- πŸ”§ Fault Prediction based on keywords
- 🌐 Network Topology Analysis & Tracing
- 🧠 Simple AI-driven suggestions to fix issues
- πŸ“ˆ Graph visualization using NetworkX

## Example Inputs
- "Power failure at base station" from "Node1"
- "Signal lost between node and switch" from "Node3"
- "Hardware fault detected in antenna module" from "Node6"

## How to Run
Upload this repo to a Hugging Face Space with Gradio SDK. It auto-launches `app.py`.