Featured Projects
A selection of my work in AI, computer vision, and software engineering.
Agentic AI System
Agenda AI
Agent-based AI assistant that autonomously manages meeting scheduling, calendar coordination, email communication, and GitHub tasks. Built using LangGraph to enable tool-using workflows with observability for monitoring and debugging agent execution.

AI for Environmental Monitoring
Satellite-Based Air Quality Estimation (ISRO Hackathon)
AI system for estimating ground-level PM2.5 concentrations using satellite data. Built an ensemble ML pipeline combining Random Forest, XGBoost, and LightGBM with feature engineering and hyperparameter tuning to predict air quality across India. Project selected as Top 28 out of 8400+ teams in the ISRO Bharatiya Antarashtriya Hackathon.

AI News Verification
NewsSure
AI-powered misinformation detection platform that verifies news claims from text, images, and links. Uses OCR for content extraction and NLP-based semantic similarity and stance analysis to compare claims with trusted sources and generate a credibility Truth Score.

Computer Vision
Gate Pose Estimation & Hand Tracking
Real-time computer vision system for hand tracking, gesture recognition, and camera orientation estimation. Uses MediaPipe Hands for keypoint detection combined with optical flow, epipolar geometry, and PnP-based pose estimation to track hand motion and compute orientation in real time.