--- 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`.