JUL 2, 1993
  • codereportcard An open-source code health analysis tool with 200+ downloads. It evaluates codebases across 5 dimensions: clarity, duplication, dead code, secret leakage, and AI slop to generate a comprehensive 0-100 score and grade.
  • MCP Server-AI Code Hallucination Reducer Built a Model Context Protocol (MCP) server in TypeScript that reduces AI code hallucinations by 60% by injecting verified codebase context into LLM prompts before generation; constructs a virtual dependency graph of the codebase, performs semantic search over embedded code chunks to retrieve the most relevant context, and applies targeted edits — all stored and indexed locally; containerized via Docker.
  • GrindSDE — Full-Stack DSA Platform Built and deployed a full-stack DSA prep platform with 100+ active users and secure authentication using Clerk; engineered a personalization engine that tracks per-user weak areas and surfaces targeted problem recommendations; RESTful Node.js backend with PostgreSQL, Redis caching, JWT auth, and OOP-structured service layer.
  • Real-Time Computer Vision Platform for Farmers End-to-end CV pipeline with 84% accuracy; built fault-tolerant REST API with RBAC and JWT auth, deployed on AWS (EC2, S3, Lambda), achieving 99.9% uptime under concurrent load. Originally named GREEN_2moro, an AI weed detection system.
  • CredTech: AI-Powered Credit Intelligence Ecosystem Comprehensive AI-Powered Credit Intelligence Ecosystem designed to revolutionize traditional credit scoring by providing real-time, transparent, and explainable credit risk assessments that are faster, more accurate, and bias-free.
  • AWS-SIMPLIFIED A modern, minimal dark-mode file browser for Amazon S3 built with Next.js 15, Clerk authentication, and shadcn/ui components.
  • Leetcode_bot Built a bot for competitive programmers assisting them with daily customised problems as per profile and many more features.