diff --git a/.github/assets/pin-readme-tools-github-readme-stats.svg b/.github/assets/pin-readme-tools-github-readme-stats.svg
deleted file mode 100644
index 11ff207..0000000
--- a/.github/assets/pin-readme-tools-github-readme-stats.svg
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/.github/assets/stats.svg b/.github/assets/stats.svg
deleted file mode 100644
index 4de645e..0000000
--- a/.github/assets/stats.svg
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
- Daniel T's GitHub Stats, Rank: B+
- Total Stars Earned: 565, Total Commits (last year) : 14, Total PRs: 90, Total Issues: 73, Contributed to (last year): 3
-
-
-
-
-
-
-
-
-
- Daniel T's GitHub Stats
-
-
-
-
-
-
-
-
-
-
-
-
- B+
-
-
-
-
-
-
-
-
-
-
-
-
- Total Stars Earned:
- 565
-
-
-
-
-
-
-
-
- Total Commits (last year):
- 14
-
-
-
-
-
-
-
-
- Total PRs:
- 90
-
-
-
-
-
-
-
-
- Total Issues:
- 73
-
-
-
-
-
-
-
-
- Contributed to (last year):
- 3
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.github/assets/top-langs.svg b/.github/assets/top-langs.svg
deleted file mode 100644
index f0c21a5..0000000
--- a/.github/assets/top-langs.svg
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- Most Used Languages
-
-
-
-
-
-
-
-
-
- Jupyter Notebook
- 66.00%
-
-
-
-
-
-
-
-
-
-
-
- Python
- 13.25%
-
-
-
-
-
-
-
-
-
-
-
- HTML
- 7.64%
-
-
-
-
-
-
-
-
-
-
-
- HCL
- 5.90%
-
-
-
-
-
-
-
-
-
-
-
- C++
- 5.18%
-
-
-
-
-
-
-
-
-
-
-
- Makefile
- 2.04%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.github/workflows/github-stats.yaml b/.github/workflows/github-stats.yaml
deleted file mode 100644
index 92238f4..0000000
--- a/.github/workflows/github-stats.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-name: Update README cards
-
-on:
- schedule:
- - cron: "0 0 1 * *"
- workflow_dispatch:
-
-jobs:
- build:
- runs-on: ubuntu-22.04
-
- steps:
- - uses: actions/checkout@v4
-
- - name: Generate stats card
- uses: readme-tools/github-readme-stats-action@v1
- with:
- card: stats
- options: username=${{ github.repository_owner }}&show_icons=true&bg_color=0D1117
- path: .github/assets/stats.svg
- token: ${{ secrets.PAT_GITHUB_STATS }}
-
- - name: Generate top languages card
- uses: readme-tools/github-readme-stats-action@v1
- with:
- card: top-langs
- options: username=${{ github.repository_owner }}&langs_count=6
- path: .github/assets/top-langs.svg
- token: ${{ secrets.PAT_GITHUB_STATS }}
-
- - name: Generate pin card
- uses: readme-tools/github-readme-stats-action@v1
- with:
- card: pin
- options: username=readme-tools&repo=github-readme-stats
- path: .github/assets/pin-readme-tools-github-readme-stats.svg
- token: ${{ secrets.PAT_GITHUB_STATS }}
-
- - name: Commit cards
- run: |
- git config user.name "github-actions"
- git config user.email "github-actions@users.noreply.github.com"
- git add .github/assets/*.svg
- git commit -m "Update README cards" || exit 0
- git push
diff --git a/.github/workflows/pacman.yaml b/.github/workflows/pacman.yaml
deleted file mode 100644
index 74546bb..0000000
--- a/.github/workflows/pacman.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: generate pacman game
-
-on:
- schedule:
- # - cron: "0 */24 * * *"
- - cron: '0 0 1 * *' # At 00:00 on the first day of every month
- workflow_dispatch:
- push:
- branches:
- - main
-
-jobs:
- generate:
- permissions:
- contents: write
- runs-on: ubuntu-22.04
- timeout-minutes: 5
-
- steps:
- - name: generate pacman-contribution-graph.svg
- uses: abozanona/pacman-contribution-graph@1.0.10.2
- with:
- github_user_name: ${{ github.repository_owner }}
- github_token: ${{ secrets.GITHUB_TOKEN }}
-
- # Push the generated SVG to the output branch
- - name: push pacman-contribution-graph.svg to the output branch
- uses: crazy-max/ghaction-github-pages@v4.2.0
- with:
- target_branch: output
- build_dir: dist
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index db73ca2..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2022 Daniel Tobon Collazos
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index d7f1f7f..0000000
--- a/README.md
+++ /dev/null
@@ -1,64 +0,0 @@
-# Hi, I'm Daniel 👋🙈
-
-
-
-
-Mechatronics Engineer with 6+ years of experience building scalable and automated solutions across Machine Learning, MLOps, and DevOps environments. I have a strong passion for technology, system design, and intelligent automation. My background spans from computer vision and embedded systems to cloud infrastructure and CI/CD pipelines. I’ve led initiatives in inner sourcing, developed reusable MLOps workflows, and implemented cloud-native architectures using tools like Kubernetes, Terraform, and Databricks. I enjoy contributing to open source and sharing technical projects on GitHub, ranging from C++ applications and Python frameworks to image processing, point clouds, and embedded software using CMake.
-
-
-
-
-
-
-
-
-_generated with [abozanona/pacman-contribution-graph](https://abozanona.github.io/pacman-contribution-graph/)_
-
----
-
-💻 **Languages and Tools:** 🛠️
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
----
-
-## 📈 My GitHub Stats
-