From 6066555d1d3a5263ceffcd2948cefbafaf496671 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?=
 <jesusperezlorenzo@rigzin.local>
Date: Mon, 27 Jan 2025 09:21:25 +0000
Subject: [PATCH] chore: add full layout

---
 full_content_layout.md | 46 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 full_content_layout.md

diff --git a/full_content_layout.md b/full_content_layout.md
new file mode 100644
index 0000000..231939d
--- /dev/null
+++ b/full_content_layout.md
@@ -0,0 +1,46 @@
+# PerfSPEC Learning Phase  Directory Layout
+
+<div style="margin: auto">
+ <a target="_blank" href="perfspec-learning/src/branch/main/presentacion.pdf"><img src="imgs/prefSPEC-learning.png" width="800"></a>
+</div>
+
+## Content structure overview with notes 
+
+<pre>
+    ├── PerfSPEC.pdf                   Reference document
+    ├── README.md
+    ├── about.md
+    ├── actions_distribution.pdf       Generated actions distribytion
+    ├── collect                        Collect logs scripts 
+    │   ├── audit-policy.yaml
+    │   ├── collect.py
+    │   └── helm-charts.json
+    ├── data                           Extracted from compress archive 
+    │   ├── actions-dataset-audit.txt
+    │   ├── actions-logs.log
+    │   ├── actions_distribution.pdf
+    │   ├── main-audit-logs.log
+    │   └── raw-audit-logs.log
+    ├── data_sample.tar.xz             Compress archive with 'data'
+    ├── full_content_layout.md
+    ├── imgs
+    ├── install.md                     Installation notes
+    ├── intro.md
+    ├── learning
+    │   └── python
+    │       ├── __pycache__            Ignored in git
+    │       ├── lib_perfspec.py
+    │       ├── model_perfspec.py
+    │       ├── prepare_perfspec.py
+    │       ├── run_perfspec.py
+    │       └── train_perfspec.py
+    ├── models                        Extracted from compress archive
+    │   ├── checkpoints
+    │   │   ├── model_at_epoch_175.keras
+    │   │   └── model_at_epoch_185.keras
+    │   ├── history.json
+    │   └── perfSPEC_model.keras
+    ├── models_sample.tar.xz          Comperss archive with 'models'
+    ├── presentacion.pdf              Presentation slides
+    └── raw-audit-logs.log.xz         Main Raw Logs file
+</pre>