ahmad123445 commited on
Commit
f6f1d55
·
verified ·
1 Parent(s): 35a7087

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -1,13 +1,21 @@
1
- ---
2
- title: Control Systems
3
- emoji: 🚀
4
- colorFrom: gray
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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