My Recent Works
Here are a few projects I've worked on recently.
AI Code Review Assistant
Agentic RAG Pipeline for Automated Code Analysis
Agentic code review system using RAG pipeline with ChromaDB vector store. Processes GitHub repositories end-to-end with multi-step LLM reasoning via Groq Llama 3.1. Scored a real codebase 63/100 and identified critical security issues while reducing API calls by 70% using intelligent chunking.
Multi-Agent Dev Assistant
Autonomous AI System for GitHub Issue Resolution
Autonomous AI system that reads GitHub issues, generates code fixes using a LangGraph multi-agent pipeline, and automatically opens pull requests. Specialized agents collaborate across planning, coding, and review stages with full execution traceability.
Resume-JD Matcher
AI-Powered Resume Scoring System
Fine-tuned SBERT on 853 resume-job description pairs achieving 0.886 Pearson correlation. Combines semantic similarity, TF-IDF keyword matching, and skill-gap analysis across 73,000+ ESCO skill terms with a live HuggingFace deployment.
FlashAI
AI-Powered Flashcard Generator
Full-stack AI flashcard platform generating structured study cards in under 3 seconds using Groq Llama 3.1. Built with a scalable service-controller architecture, JWT authentication, Zod validation, and MongoDB session tracking.
Risk & Position Size Calculator
Trading Risk Management & Position Sizing Tool
A practical trading utility that calculates optimal position size, capital allocation, amount at risk, percentage of account exposure, and risk-to-reward ratio for both long and short trades. Includes intelligent trade validation, multi-currency support, and visual risk categorization to simplify disciplined trade execution.
MovieVerse
Movie Discovery & Review Platform
Responsive movie discovery application built with React and Tailwind CSS featuring dynamic search, state management, and an intuitive user interface. Optimized rendering and interactions improve browsing performance by 30% over the baseline implementation.