Projects That Delivered Results
Each one is live, real, and built with a clear purpose · not portfolio filler.
Intelligent Systems
LLMs, RAG pipelines, computer vision, and predictive models
AI Candidate Intelligence Pipeline
Agentic AI system built during my internship at Idyllic Services. Multi-stage pipeline combining LLM-based criteria extraction, vector search, and AI-driven scoring · deployed in a production environment serving real users.
Optimisation: Reduced LLM token usage by ~99% by rearchitecting from LLM-inside-loops to batched inputs with targeted retrieval. Cut pipeline run time by 4· via async orchestration and parallel execution.
Reliability: Diagnosed and resolved a production bottleneck under concurrent load · added async threading and structured logging for full observability.
ResuGenie · Production AI Resume Intelligence Platform
Platform: AWS ECS Fargate + OpenSearch for vector search + Amazon Bedrock LLM inference. Resumes chunked at sentence-level with overlap, embedded and indexed · JD query triggers vector retrieval and Bedrock synthesizes match explanation.
Pipeline: Upload → chunk → embed → index → query → retrieve → synthesize → score. Deployed on AWS until free tier limit; architecture fully production-grade.
JARVIS 2.0 · Autonomous Multi-Agent AI System
Evolution: Started as a Gemini API wrapper (JARVIS 1.0) · in one year, rebuilt it into a full autonomous multi-agent system with a supervisor orchestrator, specialised sub-agents, tool use, and structured reasoning.
Architecture: Supervisor agent delegates tasks to domain-specific workers (research, code execution, web search, file management). Replaced fragile if-else chains with dynamic agent routing and retry logic.
Key shift: LLM outside loops, batched inputs, structured decision trees · same principles applied at Idyllic Services.
Smart House Price Predictor
XGBoost model with SHAP explainability. R·=0.88 on held-out data. 18 engineered features. Users see exactly which features drive their property estimate · chose XGBoost over neural networks for tabular data performance and native SHAP compatibility.
Smart Finance LSTM
Deep learning for financial forecasting. LSTM-based time-series analysis. TensorFlow/Keras. Predictive modeling for financial data.
View on GitHub
JARVIS 1.0 · My First AI App (Origin Story)
The project that started it all. A Gemini API wrapper with a web interface · simple, but it was my first real AI build. Within a year, this evolved into JARVIS 2.0: a full multi-agent autonomous system with supervisor orchestration, tool use, and structured reasoning. This is where the journey began.
AI Caption Generator
Automatic image captioning using transformers and CNNs. Accessibility support, content management, image indexing. Production-ready Python library. 15+ stars.
View on GitHub
Face Detection System
Real-time face detection using OpenCV and Haar cascades. Webcam stream processing with bounding-box overlays. Lightweight, fast, and works offline. Foundation for further facial recognition work.
AI-Powered Pneumonia Detection System
Deep learning CNN trained on chest X-rays to detect pneumonia with high accuracy. Medical imaging pipeline: preprocessing → augmentation → inference → result. Binary classifier built with TensorFlow/Keras. Demonstrates applied AI in healthcare diagnostics.
Full-Stack Projects
Backend APIs, real-time features, and production deployments
Raghavendra Swami Mutt · Automated Booking System
Devotees used to stand in queue for 2·3 hours to book a seva. The website reduced this to a 5-minute online booking. Flask + MySQL backend with ACID transactions to prevent race conditions on concurrent bookings. Admin dashboard for real-time management. 90% manual staff effort cut, 95% reduction in per-booking processing time. Real users, 24/7 uptime.
CodeSync · Collaborative Code Editor
WebSocket-based real-time editor. Multiple users code simultaneously with sub-100ms sync. Flask-SocketIO backend with room-based sessions. Operational transformation for concurrent edit conflict resolution. 17+ GitHub stars.
VedhaStocks · Stock Market App
Stock market dashboard with real-time data, portfolio tracking, and technical indicators. Fetches live prices, historical charts, and news feed. Clean, intuitive UI for retail investors.
Turf9 · Turf Booking Platform
Online turf/sports ground booking platform. Users can browse available slots, book grounds, and manage reservations. Admin panel for slot management and availability control.
Libraries & Extensions
Python packages and VS Code tools
integration-smoke-test
Lightweight Python library for API health checks. Fast, single-probe testing. CI/CD ready. Structured results, error categorization, suggested actions. MIT License. Live on PyPI.
AI-Powered VS Code Extension
Natural language terminal commands. Execute shell commands by describing what you want. AI-powered command generation. Built from scratch. Productivity multiplier.
Browser Automation & Scraping
Selenium, web scrapers, productivity tools
AutoJobFormFiller
Browser automation for job applications. Selenium-powered intelligence. Fills forms automatically. Resume parsing. Works on LinkedIn, Indeed, Glassdoor. 10-20x speed boost.
eCourts Scraper
Indian eCourts data extraction. Case information, judgments, legal documents. BeautifulSoup + Selenium. Batch processing. CSV/JSON export. Rate limiting. Ethical practices.