An interactive Streamlit dashboard for analyzing and forecasting power consumption trends across Indian states.
It combines time-series analysis, KPI metrics, AI forecasting (Prophet), and rich visualizations into a single professional analytics tool.
π Try the Dashboard
- π KPI Cards β Current, Average, Peak, Growth rate
- π Historical Trends β Line chart with 30-day moving average
- π΅ Gauge Chart β Visualizes current load vs. peak load
- π€ Forecasting β Prophet-based forecasting (30/90/180/365 days)
- π Insights Cards β Peak, Minimum, Volatility, Load Factor
- π‘ Heatmap β Top 10 states daily consumption comparison
- π¨ Modern UI β Dark theme, gradient styling, responsive layout
- Streamlit β Web dashboard framework
- Pandas β Data manipulation & resampling
- Prophet β Time-series forecasting
- Plotly β Interactive visualizations
- NumPy, Datetime
- app.py # Main Streamlit application code
- Power_Consumption_2019_2020.csv # Dataset
- requirements.txt # Python dependencies