diff --git a/README.md b/README.md
index a7516b8..a39d383 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@
|  |
-### Provider Screens (Web)
+### Provider Screens
| Provider Dashboard screen | Provider Report screen |
| --------------------------------------- | ------------------------------------- |
@@ -109,9 +109,9 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
### GitHub Testing Pull Request
-| GitHub Testing Pipeline | GitHub Pull Request | Testing Output |
-| --------------------------------------- | ------------------------------------- | ------------------------------------- |
-|  |  |  |
+| GitHub Testing Pipeline | GitHub Pull Request |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
@@ -122,13 +122,21 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
- Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications.
-| Prism Function Call | Prism Client Prompt | Prism Provider Prompt |
-| --------------------------------------- | ------------------------------------- | ------------------------------------- |
-|  |  |  |
+| Prism Provider Prompt | Prism Client Prompt |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+
+| Prism Function Call | Controller |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+
+| Routes | Testing Pipeline |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
### Server Response with Database Indexing
-- Provider user response time difference
+- Provider user AI generated response time difference
| Postman API Before Indexing (22.28s) | Postman API After Indexing (15.5s) |
| --------------------------------------- | ------------------------------------- |
@@ -136,12 +144,16 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
### Server Response with Database Indexing
-- Client user response time difference
+- Client user AI generated response time difference
| Postman API Before Indexing (17s) | Postman API After Indexing (8.28 s) |
| --------------------------------------- | ------------------------------------- |
|  |  |
+| Users Table user_type indexed | Metrics Table slave_id indexed |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+
@@ -155,14 +167,25 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
### EC2 Docker containers deployment
-| Deployment Pipeline Sample | GitHub Deployment Pipeline Success | EC2 Instance docker deployed |
-| --------------------------------------- | ------------------------------------- | ------------------------------------- |
-|  |  |  |
+| Deployment Pipeline 1 | Deployment Pipeline 2 |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+
+| Deployment Pipeline 3 | Deployment Pipeline 4 |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+
+| GitHub Deployment Pipeline Success | EC2 Instance docker deployed |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
+| EC2 Node Server Logs | ESP32 Serial Monitor Output |
+| --------------------------------------- | ------------------------------------- |
+|  |  |
| AWS S3 Bucket React files | S3 bucket public IP website |
| --------------------------------------- | ------------------------------------- |
-|  |  |
+|  |  |
diff --git a/readme/demo/Deployment/Deployment Pipeline 1.png b/readme/demo/Deployment/Deployment Pipeline 1.png
index 612f887..7ef8a9e 100644
Binary files a/readme/demo/Deployment/Deployment Pipeline 1.png and b/readme/demo/Deployment/Deployment Pipeline 1.png differ
diff --git a/readme/demo/Deployment/Deployment Pipeline 2.png b/readme/demo/Deployment/Deployment Pipeline 2.png
index 66dbe11..faee5e1 100644
Binary files a/readme/demo/Deployment/Deployment Pipeline 2.png and b/readme/demo/Deployment/Deployment Pipeline 2.png differ
diff --git a/readme/demo/Deployment/Deployment Pipeline 3.png b/readme/demo/Deployment/Deployment Pipeline 3.png
new file mode 100644
index 0000000..7c84d4a
Binary files /dev/null and b/readme/demo/Deployment/Deployment Pipeline 3.png differ
diff --git a/readme/demo/Deployment/Deployment Pipeline 4.png b/readme/demo/Deployment/Deployment Pipeline 4.png
new file mode 100644
index 0000000..5567522
Binary files /dev/null and b/readme/demo/Deployment/Deployment Pipeline 4.png differ
diff --git a/readme/demo/Deployment/ESP32_Serial_Monitor.png b/readme/demo/Deployment/ESP32_Serial_Monitor.png
new file mode 100644
index 0000000..716c2cf
Binary files /dev/null and b/readme/demo/Deployment/ESP32_Serial_Monitor.png differ
diff --git a/readme/demo/Deployment/Node_Server_Data.png b/readme/demo/Deployment/Node_Server_Data.png
new file mode 100644
index 0000000..e4f2b39
Binary files /dev/null and b/readme/demo/Deployment/Node_Server_Data.png differ
diff --git a/readme/demo/Testing/Controller.png b/readme/demo/Testing/Controller.png
new file mode 100644
index 0000000..2e48dfc
Binary files /dev/null and b/readme/demo/Testing/Controller.png differ
diff --git a/readme/demo/Testing/Laravel_Test_Production.png b/readme/demo/Testing/Laravel_Test_Production.png
new file mode 100644
index 0000000..8df3298
Binary files /dev/null and b/readme/demo/Testing/Laravel_Test_Production.png differ
diff --git a/readme/demo/Testing/Laravel_Test_Staging.png b/readme/demo/Testing/Laravel_Test_Staging.png
deleted file mode 100644
index 886668e..0000000
Binary files a/readme/demo/Testing/Laravel_Test_Staging.png and /dev/null differ
diff --git a/readme/demo/Testing/Routes.png b/readme/demo/Testing/Routes.png
new file mode 100644
index 0000000..4bab987
Binary files /dev/null and b/readme/demo/Testing/Routes.png differ
diff --git a/readme/demo/Testing/Testing_Pipeline_Code.png b/readme/demo/Testing/Testing_Pipeline_Code.png
new file mode 100644
index 0000000..4b113d4
Binary files /dev/null and b/readme/demo/Testing/Testing_Pipeline_Code.png differ