Spaces:
Sleeping
Sleeping
| 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`. | |