archive

Projects

Production work, hackathon builds, and personal experiments — spanning backend systems, data pipelines, and GenAI agents.

Multi-Modal Claim Verification Agent

competition

Jun 2026 — HackerRank Orchestrate

Vision-driven pipeline that cross-checks insurance damage photos against claim narratives and flags inconsistencies automatically.

Built for the HackerRank Orchestrate June 2026 challenge. Ingests a batch of insurance claims, runs each submitted image through a vision-capable model alongside the written description, scores narrative-image consistency, and outputs a structured verification report across all 44 claims in the set. Handled real-world input mess along the way: AVIF-to-JPEG conversion, Windows PowerShell environment quirks, and API key/config wrangling.

PythonClaude APIVisionCSV PipelinesPowerShell

Multi-Domain AI Triage Agent

competition

HackerRank Orchestrate

An agent that routes incoming requests across domains and prioritizes them automatically — placed in the global top tier of the hackathon.

Designed a triage system that classifies and routes multi-domain requests (support, technical, escalation) using LLaMA 3.3-70B served through the Groq API, optimizing for both latency and routing accuracy. Achieved a notable global ranking in HackerRank's Orchestrate hackathon field.

PythonGroq APILLaMA 3.3-70B

Vera — Merchant AI Assistant

shipped

magicpin AI Builder Challenge

A Spring Boot-based conversational bot that helps merchants manage listings, offers, and queries — live on Railway.

Built end-to-end for magicpin's AI Builder Challenge: a Spring Boot backend wired to an LLM for natural-language merchant support, deployed to Railway for public access. Focused on reliable conversation state handling and fast response times for non-technical merchant users.

Spring BootJavaLLM IntegrationRailway

AI-Powered API Gateway

shipped

Personal / dev.to write-up

A Spring Boot API gateway with an LLM-assisted routing and request-shaping layer, written up as a technical article.

A portfolio-grade gateway service in Spring Boot that uses the Groq API to assist with intelligent request routing and response shaping. Documented the architecture and reasoning in a published article on dev.to covering AI-powered API gateways.

Spring BootJavaGroq APIREST

Steel Defect Detection

competition

Tata Steel AI Hackathon

An XGBoost classifier tuned to catch rare defect classes in heavily imbalanced manufacturing data.

Tackled severe class imbalance in industrial defect-detection data using XGBoost with custom sampling and weighting strategies, built for the Tata Steel AI Hackathon. Focused on recall for rare defect categories without collapsing precision on the majority class.

PythonXGBoostscikit-learnPandas

Election Information Assistant

shipped

Hackathon build

A Spring Boot service using the Anthropic API to answer structured election-related queries.

A backend assistant built in Spring Boot that integrates the Anthropic API to handle structured queries around election processes and information, built for a hackathon challenge focused on civic-tech use cases.

Spring BootJavaAnthropic API

Local RAG PDF Chatbot

shipped

Personal project

A fully local retrieval-augmented chatbot that answers questions over uploaded PDFs — no external API calls.

An early AI/ML project exploring retrieval-augmented generation entirely on local infrastructure: LangChain for orchestration, Ollama for local model inference, and a Node.js service layer to handle document ingestion and chat.

LangChainOllamaNode.jsRAG