An open API service indexing awesome lists of open source software.

https://github.com/mainakverse/wind-energy-predictor

WindPro is an advanced AI-powered wind energy prediction platform that leverages machine learning to forecast wind energy generation with unprecedented accuracy and reliability.
https://github.com/mainakverse/wind-energy-predictor

folium-maps streamlit-webapp wind-energy-analytics

Last synced: 3 months ago
JSON representation

WindPro is an advanced AI-powered wind energy prediction platform that leverages machine learning to forecast wind energy generation with unprecedented accuracy and reliability.

Awesome Lists containing this project

README

          

# Wind Power Forecasting Application

## Overview
This project involves the development and deployment of a **wind power forecasting application** leveraging **machine learning** and **deep learning** techniques. The application predicts wind power using key variables such as wind speed, wind direction, and theoretical power. A user-friendly web interface was built using **Streamlit** for real-time predictions.

![image](https://github.com/user-attachments/assets/69e3d79e-71c4-4a2d-aa91-9c95196c7347)
![image](https://github.com/user-attachments/assets/8d704328-117a-4d05-b68b-a4eae33a78b4)

---

## Features
- **Machine Learning Models**:
- Implemented models like Linear Regression, XGBoost, and Ensemble methods.
- Achieved **R² = 0.9667** with effective hyperparameter tuning and cross-validation.

- **Deep Learning Models**:
- Developed and optimized neural network architectures:
- Single Hidden Layer.
- Multiple Hidden Layers.
- Long Short-Term Memory (LSTM) networks.
- Best LSTM model achieved **R² = 0.92**.

- **Time Series Analysis**:
- Incorporated temporal dependencies to improve prediction accuracy.

- **Feature Engineering**:
- Conducted advanced preprocessing, including:
- Multivariate signal decomposition.
- Variable selection.

- **Web Application**:
- Designed a user-friendly interface using **Streamlit**.
- Integrated machine learning models for real-time wind power forecasts.

---

## Technology Stack
- **Programming Languages**: Python
- **Machine Learning Libraries**: scikit-learn, XGBoost
- **Deep Learning Libraries**: TensorFlow/Keras, PyTorch
- **Web Framework**: Streamlit

---

## Results
- **Machine Learning Performance**:
- Achieved high prediction accuracy with Linear Regression and XGBoost (**R² = 0.9667**).
- **Deep Learning Performance**:
- Best LSTM model demonstrated robust predictive capabilities (**R² = 0.92**).

---

## How to Run

1. **Clone the Repository**:
```bash
git clone https://github.com/username/wind-power-forecasting.git
cd wind-power-forecasting
```

2. **Install Dependencies**:
```bash
pip install -r requirements.txt
```

3. **Run the Streamlit Application**:
```bash
streamlit run app.py
```

---

## Dataset
The dataset contains key variables for wind power forecasting, such as:
- Wind Speed
- Wind Direction
- Theoretical Power

The dataset was preprocessed to handle missing values, outliers

---

## Skills Highlighted
- Machine Learning (Linear Regression, XGBoost, Ensemble Methods)
- Deep Learning (Neural Networks, LSTM)
- Time Series Analysis
- Streamlit Web Application Development
- Feature Engineering

---