CoolFace
Apppublic

hareshchander/Renewable-Integration-Assistant

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Input the maximum capacities (in MW) for Solar, Wind, and Grid.
  2. 2.Input the load demand (in MW).
  3. 3.Click Submit to get optimized power dispatch.
  4. 4.Results show MW values for each source and a corresponding bar chart.

Tech Stack

Installation

Install dependencies:

bash
pip install -r requirements.txt