AITelecomAnalyzer / README.md
FrederickSundeep's picture
updated commit
a516b35
---
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`.