Skip to content

Commit bf940c0

Browse files
author
Thanathip SamarTt (dynamicdev_)
authored
Revise README with new images and sections
Updated image paths, added screenshots and demo video sections, and improved text clarity.
1 parent 7b493af commit bf940c0

1 file changed

Lines changed: 52 additions & 13 deletions

File tree

README.md

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
</div>
66

7-
87
<div align="center">
98

10-
<img src="ui-mid-controller-logo.jpeg" alt="UI-Mid-Controller Logo" width="200px">
9+
<img src="assets/images/ui-mid-controller-logo.jpeg" alt="UI-Mid-Controller Logo" width="200px">
1110

1211
**🐍 100% Pure Python Web Application**
1312
*Control webhooks with a cyberpunk-styled interface — No JavaScript, No Build Tools, No Complexity*
@@ -79,6 +78,33 @@ streamlit run app.py
7978

8079
---
8180

81+
## 📸 Screenshots
82+
83+
### Dashboard Monitor
84+
![Dashboard Screenshot](assets/images/dashboard-UI-Mid-Controller.png)
85+
86+
*Real-time monitoring interface with webhook status, automation flows, and system metrics*
87+
88+
### AI Chat Interface
89+
![Chat Interface](assets/images/Chat-UI-Mid-Controller.png)
90+
91+
*Intuitive chat panel for sending messages, uploading files, and receiving AI responses*
92+
93+
### Processed Results Display
94+
![Processed Results](assets/images/processed-UI-Mid-Controller.png)
95+
96+
*Beautiful display of automation results with real-time updates and response formatting*
97+
98+
---
99+
100+
## 🎥 Demo Video
101+
102+
[![Watch Demo Video](assets/images/dashboard-UI-Mid-Controller.png)](assets/videos/demo-UI-Mid-Controller.mp4)
103+
104+
**[Full Demo Video](assets/videos/demo-UI-Mid-Controller.mp4)** - See the entire workflow in action (1 minute walkthrough)
105+
106+
---
107+
82108
## 🖼️ Visual Overview
83109

84110
```
@@ -219,8 +245,21 @@ ui-mid-controller/
219245
├── Dockerfile # Image build definition
220246
├── .env.example # Environment template
221247
├── requirements.txt # Python dependencies
222-
├── ui-mid-controller-logo.jpeg
223-
└── README.md
248+
├── README.md
249+
├── LICENSE.md
250+
251+
├── assets/
252+
│ ├── images/
253+
│ │ ├── ui-mid-controller-logo.jpeg
254+
│ │ ├── dashboard-UI-Mid-Controller.png
255+
│ │ ├── Chat-UI-Mid-Controller.png
256+
│ │ └── processed-UI-Mid-Controller.png
257+
│ │
258+
│ └── videos/
259+
│ └── demo-UI-Mid-Controller.mp4
260+
261+
└── docs/
262+
└── (future documentation)
224263
```
225264

226265
---
@@ -286,9 +325,9 @@ Add new functionality in pure Python:
286325
import streamlit as st
287326
import requests
288327
289-
if st.button("🚀 Launch"):
328+
if st.button("Launch"):
290329
response = requests.post(WEBHOOK_URL, json={"action": "launch"})
291-
st.success(f" {response.json()}")
330+
st.success(f"Response: {response.json()}")
292331
```
293332

294333
No JSX. No TypeScript. No build step. Just Python.
@@ -297,16 +336,16 @@ No JSX. No TypeScript. No build step. Just Python.
297336

298337
## 🎯 Use Cases
299338

300-
### 🤖 AI Agent Controller
339+
### AI Agent Controller
301340
UI → Send message → n8n → LLM → Display response
302341

303-
### 📊 Automation Dashboard
342+
### Automation Dashboard
304343
UI → Monitor button → Check status → Show metrics
305344

306-
### 🔄 File Processing
345+
### File Processing
307346
UI → Upload file → n8n process → Return results
308347

309-
### 💬 ChatBot Interface
348+
### ChatBot Interface
310349
UI → Message + file → Backend → Chat history
311350

312351
---
@@ -361,14 +400,14 @@ Perfect for n8n, Make, Zapier integrations.
361400
support@dynamicdev.asia
362401
james.dynamicdev@gmail.com
363402
║ ║
364-
║ Made with in Bangkok, Thailand
403+
║ Made with love in Bangkok, Thailand ║
365404
╚═══════════════════════════════════════════════╝
366405
```
367406
368407
**Powered by:**
369408
- [Streamlit](https://streamlit.io) — Python web UI
370409
- [n8n](https://n8n.io) — Workflow automation
371-
- [Python](https://python.org) — Best language 🐍
410+
- [Python](https://python.org) — Best language
372411
373412
</div>
374413
@@ -384,7 +423,7 @@ Perfect for n8n, Make, Zapier integrations.
384423
385424
<br>
386425
387-
**Made with 🐍 Python | Deployed with 🐳 Docker | Powered by Automation**
426+
**Made with Python | Deployed with Docker | Powered by Automation**
388427
389428
<img src="https://img.shields.io/badge/v1.0-Release-4CAF50?style=for-the-badge" />
390429
<img src="https://img.shields.io/badge/Python-3.9+-3776AB?style=for-the-badge&logo=python&logoColor=white" />

0 commit comments

Comments
 (0)