# Chemical Plant DCS / SCADA Simulator This project simulates: - ON-OFF Control - PID Control - MPC Control for a chemical reactor temperature control system. Built using: - Python - Streamlit - Plotly ## Run Locally ```bash pip install -r requirements.txt streamlit run app.py