My Projects

Explore my portfolio of cutting-edge projects spanning web applications, AI systems, and data engineering solutions

Live Projects In Development Archived
Live

RAG Flashcard Generator

5 Backend AI Agents & Agentic Workflow

A Retrieval-Augmented Generation (RAG) powered flashcard generator that turns study materials (e.g., PDFs, notes, webpages) into structured flashcards using a pipeline based on LangChain, embeddings,

LangChain LCEL Python OpenAI GPT-4
Live

AEGIS – Autonomous Incident Response Engine

Backend AI Agents & Agentic Workflow

An AI-powered autonomous incident response system that detects production issues, analyzes logs and metrics, identifies root causes, and generates remediation suggestions using a locally hosted large

Python Ollama Llama 3.1 LangChain
Live

Local_RAG_Agent

Backend AI Agents & Agentic Workflow

A local Retrieval-Augmented Generation (RAG) agent that loads a .txt or .csv file, embeds its content, retrieves relevant context, and answers user questions using a local language model and vector se

Python LangChain Expression Language (LCEL) Ollama ChromaDB