Skip to content

Commit 5e50feb

Browse files
committed
Add new cert badge, RAG project, skills
1 parent bc314f4 commit 5e50feb

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

_pages/about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ I am a data analytics professional with a Master of Engineering degree in Electr
4040
Driven by curiosity for solving complex data challenges, I am now expanding my focus toward machine learning–powered applications. I am exploring predictive modeling, natural language processing, LLMs, agentic AI, and automated decision-making systems, with the goal of building intelligent, scalable solutions. By combining a strong foundation in analytics with modern ML techniques, I aspire to create thoughtfully engineered data-driven solutions that drive measurable business value and scale for the future.
4141

4242
<h3 style="font-size:1.5rem;">Tech Skills</h3>
43-
- **Languages:** Python (numpy, pandas, scikit-learn, pytorch), SQL
44-
- **Core Competencies**: Machine Learning, Deep Learning, Natural Language Processing, Data Modeling
45-
- **Tools:** Git, MS Excel
43+
- **Languages:** Python (Pandas, NumPy, Scikit-learn, Matplotlib, Seaborn, PyTorch), SQL
44+
- **Machine Learning & Deep Learning:** Regression, Classification, Ensemble Methods, Clustering, Model Evaluation, EDA, Neural Networks, CNNs, foundational understanding of Transformers & LLM architectures
45+
- **Applied AI:** Retrieval Augmented Generation (RAG), Embeddings, Vector Similarity Search, Prompt Engineering
46+
- **Data Engineering:** Dimensional Modeling, Data Warehousing Concepts
47+
- **Tools & Visualization:** Docker, Ollama, Git, Jupyter Notebooks
4648

4749
<h3 style="font-size:1.5rem;">Topics I’m Exploring</h3>
4850

_pages/learning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nav_order: 4
1010
<h2 style="font-size:2.0rem;">Certifications</h2>
1111

1212
- AWS Certified AI Practitioner (<a href="https://www.credly.com/badges/091374d5-d0da-479a-9a7a-b3472d3ca7b3/public_url" target="_blank"> Digital Badge </a>)
13+
- AWS Certified Machine Learning Engineer Associate (<a href="https://www.credly.com/badges/dccf3e38-4819-4d47-b589-7c8bfe683964/public_url" target="_blank"> Digital Badge </a>)
1314

1415
---
1516

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: page
3+
title: Fully Local Retreival Augmented Generation (RAG) Knowledge Assistant
4+
description: A CLI implementation of a fully local RAG enhanced knowledge assistant, built with Ollama running on Docker and Chroma DB vector store
5+
img:
6+
redirect: https://github.com/akshayavb99/offline-rag-cli
7+
importance: 1
8+
category:
9+
---
10+
11+
A CLI implementation of a fully local RAG enhanced knowledge assistant, built with Ollama running on Docker and Chroma DB vector store

0 commit comments

Comments
 (0)