File size: 284 Bytes
f6f1d55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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