Skip to content

projects

selected work

3 projects

EventPulse screenshot 1
EventPulse screenshot 2

EventPulse

AI-powered group event planner that orchestrates autonomous agents to discover events, vote on options, and handle payments

PythonFetch.ai uAgentsClaude APINext.jsStripeFastAPI
  • Submitted to DiamondHacks 3.0 (April 2026) and received a Fetch.ai Special Mention for best use of their agent framework
  • Orchestrated autonomous agents via Fetch.ai uAgents and Agentverse — each participant gets a profile agent that scores events based on private preferences, budget, and availability
  • Built event discovery pipeline using Browser Use Cloud to search real websites, with ranked-choice voting via a consensus agent to select optimal group outings
  • Integrated Stripe Payment Links and webhooks for automated fund collection, with a reservation agent to handle end-to-end booking
LetterChain screenshot 1

LetterChain

AI-powered cover letter generator using LangGraph agent workflows

PythonTypeScriptReactNext.jsLangGraphClaude API
  • Built LangGraph-based agent pipeline with skill inference, tone validation, and feedback-based refinement
  • Integrated Claude API to extract relevant resume experiences and dynamically match them to job postings
  • Built responsive React frontend with real-time streaming interface for live generation and refinement
Attention-Augmented CNN screenshot 1

Attention-Augmented CNN

Investigating whether lightweight self-attention modules improve CNN-based image classification

PythonPyTorch
  • Implemented spatial self-attention and squeeze-and-excitation modules on a VGG-style CNN with configurable placement via CLI
  • Conducted ablation studies across attention type, layer position, and dataset (CIFAR-10/100), achieving 92.70% accuracy vs 92.29% baseline