Control_Systems / README.md
ahmad123445's picture
Update README.md
f6f1d55 verified
# 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