TechnicalPortfolio

Project 01

Nexus Agentic Chatbot

Completed

560 Tokens/Sec chatbot with persistent memory

Tech Stack:

LangGraph
Python
Groq
LLaMA 3.1
SQLite
Tavily
FastAPI
Next.js

The Challenge

Standard agents suffer from context drift and high latency during tool execution.

Solutions & Impacts

01

Architected a stateful system using LangGraph and SQLite, ensuring 100% context retention across multi-turn sessions.

02

Optimized inference by integrating Groq (LLaMA 3.1) to achieve 560 token/s, enabling near-instant fact-based decision support.

03

Engineered an autonomous Tool-Execution layer with live web-search for real-time fact validation.

Project 02

Intelligent Document Assistant (Hybrid RAG)

Completed

High-Precision Retrieval for Technical Data

Tech Stack:

LangChain
Python
Chroma
OpenAI
Unstructured
FastAPI
Next.js

The Challenge

Standard RAG systems often rely primarily on semantic retrieval, which can overlook exact keywords, identifiers, or domain-specific terms that are critical for enterprise accuracy.

Solutions & Impacts

01

Architected a Dual-Path Hybrid Retrieval engine using EnsembleRetriever, fusing Dense Vector embeddings for semantic context with Sparse BM25 matching for lexical precision.

02

Optimized retrieval by implementing a custom weighting ratio, ensuring the system captures both high-level meaning and exact-match terminology.

03

Developed a Multi-Modal Ingestion Pipeline to generate text-based summaries of visual PDF elements (tables/charts), ensuring 100% data discoverability for non-textual content.

Project 03

Satellite Vision AI

Completed

37% Error Reduction vs. SOTA Baselines

Tech Stack:

PyTorch
NumPy
Project visualization

The Challenge

Traditional CNNs struggle to capture multi-scale features and long-range spatial dependencies required for precise satellite image classification.

Solutions & Impacts

01

Developed a custom Convolutional Vision Transformer and Deformable DenseNet specifically for remote sensing data.

02

Achieved a 37% reduction in classification error by optimizing the model for satellite images.

03

Published in IEEE, proving the model's viability for large-scale environmental monitoring.

Project 04

Intelligent Document Assistant V2

In Development

Enterprise-Grade Cloud Scalability

Tech Stack:

Docker
AWS
Celery
Redis
Supabase
pgvector
Clerk
Python
Next.js
FastAPI
LangChain
Project visualization

The Challenge

Scale the Intelligent Document Assistant RAG project into a secure, multi-user enterprise application with background processing and cloud deployment.

Solutions & Impacts

01

Architecting a Dockerized Microservices environment for deployment on AWS, ensuring high availability and horizontal scaling.

02

Implementing Celery and Redis to manage heavy document ingestion tasks asynchronously, keeping the main application responsive.

03

Integrating Supabase (PostgreSQL) with pgvector for high-speed hybrid retrieval, and Clerk for robust user authentication.

Project 05

Local Learning Neural Framework

Under Review

76% Lower Error vs. Adam/AdamW

Tech Stack:

PyTorch
NumPy
Project visualization

The Challenge

Backpropagation is computationally intensive; modern AI requires more efficient, biologically-inspired optimization methods.

Solutions & Impacts

01

Proposed a Backpropagation-free training framework utilizing closed-form, layer-wise optimization.

02

Implemented a local learning approach that bypasses global gradient updates, reducing the overall computational footprint.

03

Achieved up to 76% lower error rates and superior convergence speed compared to standard Adam/AdamW optimizers on benchmark datasets.

Project 06

Graph Convolutional Neural Network for Public Health Forecasting

Completed

10% Improvement in Regional Predictive Accuracy

Tech Stack:

PyTorch Geometric
NumPy
Pandas
Project visualization

The Challenge

Traditional statistical models fail to capture the complex, non-linear relationships and spatial dependencies between geographic regions and the socioeconomic drivers of depression.

Solutions & Impacts

01

Designed a Geospatial Graph Topology representing census tracts as nodes and spatial adjacency (contiguity) as edges, enabling the model to explicitly learn from regional "spillover" effects.

02

Built a Graph Convolutional Neural Network (GCN) to fuse regional socioeconomic variables with the underlying graph structure, capturing latent spatial dependencies.

03

Achieved a 10% improvement in predictive accuracy over non-graph baselines (e.g., SVR) by leveraging the Spatial Adjacency Matrix to inform predictions.

Project 07

Reflexion Agent: Self-Correcting LLM

Completed

Autonomous Hallucination Reduction

Tech Stack:

LangGraph
Tavily
OpenAI
Project visualization

The Challenge

LLMs often produce plausible-sounding but factually incorrect content without an internal "critique" mechanism.

Solutions & Impacts

01

Built a Reflexion-based Agent using LangGraph that enables the model to critique, self-evaluate, and refine its own output iteratively.

02

Integrated TavilySearch API for autonomous web retrieval, enabling the agent to cross-reference facts before finalizing content.

03

Developed a multi-step reasoning chain that increased content accuracy for complex, fact-heavy prompts.

Interested in collaborating?

I'm open to research collaborations, consulting, and ML engineering roles.