Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AI-Powered Electricity Consumption Forecasting ⚑

Goal: Forecast electricity usage to support smart cities and climate tech.

πŸš€ How it Works

  1. Data Loading: Real-world smart grid logs are loaded from energy.txt using Python.
  2. Feature Engineering: Extracts hourly and daily patterns to understand human behavior.
  3. AI Training: Uses a Multi-Layer Perceptron (MLP) Neural Network to learn usage trends.
  4. Prediction Engine: A Flask API serves real-time energy forecasts.

πŸ› οΈ Tech Stack

  • Languages: Python
  • Libraries: Pandas, Scikit-learn, Flask, Joblib
  • Dataset: energy.txt (Time-series energy data)

πŸ“‚ Project Structure

  • energy_forecasting.ipynb: The training process.
  • app.py: The live prediction server.
  • energy_forecast_model.pkl: The saved model ("Frozen Brain").
  • energy.txt: Historical usage logs.

About

AI driven Electricity Forecasting System for Smart Cities & Climate Tech. Using Neural Networks to solve energy wastage and unpredictable demand with a real-time Flask prediction engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages