OthmanUSER/Solar-Wind
0
Solar-Wind Hybrid Simulator
A prototype engineering analysis tool built with Streamlit to evaluate the feasibility of integrating solar photovoltaic panels onto wind turbine blades.
๐ Key Features
- Physics Engine: Calculates real-time aerodynamic loads, centrifugal forces, and hybrid power output.
- Live Visualization: Dynamic visualization of the turbine lifecycle with patrolling ground robots.
- AI Model Registry: Built-in CRUD system for managing and utilizing small Transformer models for engineering analysis.
- Inner AI Logic: Deterministic rule-based engine for immediate safety and feasibility assessments.
- Data Management: Real-time session data logging with CSV export capabilities.
๐ Getting Started
- Install dependencies:
pip install -r requirements.txt - Run the app:
streamlit run app.py
