Projects

A showcase of my work in Agentic AI, Full Stack Development, and Machine Learning.

Agentic Job Application Drafter

Polls RSS feeds for job links and executes a LangChain workflow per job link using Browser Use Agent to extract form XPaths, attaching field values using LLMs, and auto-fill applications through a browser extension.

LangChainBrowser UseFastAPINext.js

Agentic Trip Planner

Created an agentic AI vacation planner using LangGraph and Grok LLMs, integrating Google Maps APIs, currency conversion, and calculation tools to automate personalized itineraries and cut planning time.

LangGraphOpenRouterStreamlit

EmailWhiz - Bulk Cold Emailer

A Django based Web Application, enables users to send 100+ personalized cold emails and follow-ups directly without Gmail redirection.

DjangoReactTailwind CSSMongoDBGCP

Lighthouse Free Medical Clinic App

Award

Developed a web application to provide optimal insurance recommendations for uninsured patients. Utilized OpenAI models, Next.js, and FastAPI to streamline decision-making for medical professionals.

🏆 Winner of UB AI Hackathon

Next.jsFastAPIOpenAI

Anime Recommendation System

Built a machine learning-based recommendation system for personalized anime suggestions. Utilized Scikit-learn, Pandas, Django, and Streamlit to analyze 5M+ user ratings and suggest relevant anime. Implemented a hybrid approach using collaborative filtering and content-based similarity.

Scikit-learnPandasDjangoStreamlit

Doodle Recognition Web App

Created an interactive web app for handwritten doodle recognition. Built with a Resnet18 model trained in PyTorch with MNIST dataset, integrated with a user-friendly front-end. Hosted on Huggingface spaces for easy access and deployment.

PyTorchResNet18MNISTHuggingface

Sorting Algorithm Visualizer

Developed a React + TypeScript application to visualize sorting algorithms. Used Chart.js for real-time graph updates and deployed the app using GitHub Pages. Helps users understand sorting concepts interactively through visual representation.

ReactTypeScriptChart.js