hareshchander/Renewable-Integration-Assistant
0
Renewable Integration Optimization Assistant
This is a simple web app to optimize power dispatch from renewable sources (solar, wind) and the grid to meet a specified load demand while minimizing grid power usage.
... rest of your README content ...
Renewable Integration Optimization Assistant
This is a simple web app to optimize power dispatch from renewable sources (solar, wind) and the grid to meet a specified load demand while minimizing grid power usage.
Features
- Input maximum capacities for solar, wind, and grid power.
- Enter the load demand.
- Get optimized dispatch results with clear numerical values.
- Visualize the dispatch with a bar chart.
- Developed using Python, Gradio, SciPy, and Matplotlib.
How to Use
- Input the maximum capacities (in MW) for Solar, Wind, and Grid.
- Input the load demand (in MW).
- Click Submit to get optimized power dispatch.
- Results show MW values for each source and a corresponding bar chart.
Tech Stack
- Python 3
- Gradio
- SciPy
- Matplotlib
Installation
Install dependencies:
pip install -r requirements.txt
