File size: 703 Bytes
5210f7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Fault Classification PMU
emoji: ⚡️
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "4.44.1"
app_file: app.py
pinned: false
---

# Fault Classification for PMU and PV Systems

This Space hosts the Gradio front end used to retrain and serve fault classification models for transmission lines and grid-connected photovoltaic systems. It loads pre-trained Keras models and feature scalers, accepts bulk CSV uploads for continued training, and exposes interactive inference utilities for high-frequency PMU measurements.

Refer to `app.py` for the interface definition and to `fault_classification_pmu.py` for the training pipeline that supports CNN-LSTM, TCN, and SVM architectures.