Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Chemical Plant DCS / SCADA Simulator
|
| 2 |
+
|
| 3 |
+
This project simulates:
|
| 4 |
+
|
| 5 |
+
- ON-OFF Control
|
| 6 |
+
- PID Control
|
| 7 |
+
- MPC Control
|
| 8 |
+
|
| 9 |
+
for a chemical reactor temperature control system.
|
| 10 |
+
|
| 11 |
+
Built using:
|
| 12 |
+
|
| 13 |
+
- Python
|
| 14 |
+
- Streamlit
|
| 15 |
+
- Plotly
|
| 16 |
+
|
| 17 |
+
## Run Locally
|
| 18 |
+
|
| 19 |
+
```bash
|
| 20 |
+
pip install -r requirements.txt
|
| 21 |
+
streamlit run app.py
|