A comprehensive microgrid planning and analysis platform built with Streamlit and Plotly. Designed for mine-site renewable energy systems, providing end-to-end solutions from system modeling to economic analysis.
pip install -r requirements.txt
streamlit run app.py
Open http://localhost:8501 in your browser.
docker build -t mine-microgrid .
docker run -p 8501:8501 mine-microgrid python -m streamlit run app.py --server.port 8501 --server.address 0.0.0.0
https://github.com/Phoenix0531-sudo/Mine_Microgrid_Simulator
MIT License