Projects

GitHub

A showcase of my personal and technical projects, ranging from reinforcement learning research to full-stack AI applications.

Self-Driving Car: Behavioral Cloning in the Udacity Simulator

Self-Driving Car: Behavioral Cloning in the Udacity Simulator

End-to-end CNN (NVIDIA architecture) that predicts steering from front-camera images to autonomously drive the Udacity simulator. Includes balanced/augmented data pipeline, real-time inference via Flask + Socket.IO, and reproducible training.

Computer VisionDeep LearningTensorFlowAutonomous Driving
ClearBill.AI: Explaining Medical Bills with AI and RAG

ClearBill.AI: Explaining Medical Bills with AI and RAG

An AI-powered chatbot that uses Retrieval-Augmented Generation (RAG) with Astra DB, LangChain, and Hugging Face’s Llama-3.1-8B-Instruct to help users understand medical bills with clear, context-aware responses.

RAGLLMsNext.jsVector Databases
SentiSync: Real-Time YouTube Sentiment Analysis with MLOps

SentiSync: Real-Time YouTube Sentiment Analysis with MLOps

A full MLOps pipeline and Chrome extension for real-time sentiment analysis on YouTube comments, using Flask, MLflow, Docker, and AWS.

MLOpsSentiment AnalysisDockerAWS
IntelliCrawl: Autonomous AI Research Agent for Developer Tools

IntelliCrawl: Autonomous AI Research Agent for Developer Tools

An advanced autonomous research agent that uses LLMs and web crawling to analyze and compare developer tools. Built with LangGraph, LangChain, and Firecrawl for scalable, multi-step analysis workflows.

AI AgentsLangChainOpenAIWeb Scraping
LaTeX Resume Template

LaTeX Resume Template

A clean, ATS-friendly, and modern LaTeX resume template built for students and developers applying to technical roles. Features minimalist design, modular macros, and PDF outputs optimized for readability and machine parsing.

LaTeXResume TemplateOverleafCI/CD
FaceTrack: Smart Face Recognition Attendance System

FaceTrack: Smart Face Recognition Attendance System

A full-stack web application that automates attendance tracking using facial recognition. Built with FastAPI, React, and SQLite, it supports real-time webcam input and batch image uploads for seamless attendance logging.

Computer VisionFace RecognitionReactFastAPI
CodePrep.AI: AI-Powered Coding Interview Prep with LLMs

CodePrep.AI: AI-Powered Coding Interview Prep with LLMs

An interactive full-stack web application that generates multiple-choice coding challenges using Meta-Llama-3-8B-Instruct. Designed for interview practice, daily challenge tracking, and progress feedback with real-time explanations.

ReactFastAPILLMsHugging Face
DDPG: Deep Deterministic Policy Gradient Reimplementation

DDPG: Deep Deterministic Policy Gradient Reimplementation

A robust, modular, and extensible reimplementation of the DDPG reinforcement learning algorithm (Lillicrap et al., 2015) using TensorFlow 2.x. Built for reproducibility, research comparison, and interactive experimentation with Gym environments.

Reinforcement LearningDDPGTensorFlowOpenAI Gym