Projects

A category-wise collection of AI, full-stack, and Java microservices work.

AI / ML

2 projects

AI / ML2026

Legal Contract Analyzer

AI-powered legal risk analysis platform featuring 4 fine-tuned BERT models for clause classification, risk scoring, unfair clause detection, and NER. It processes contracts end to end in under 60 seconds, uses a multi-task Legal-BERT architecture trained on LEDGAR across 100+ clause types, and integrates a switchable LLM layer with Groq or Ollama plus RAG-grounded clause explanations.

  • 4 fine-tuned BERT models processing contracts in under 60 seconds
  • Multi-task Legal-BERT trained on LEDGAR across 100+ clause types
Next.jsTypeScriptFastAPIPythonPyTorchBERTHuggingFace TransformersGroqOllamaRAGPyMuPDFGitHub ActionsVercel
AI Meeting SummarizerDeployment UnavailableApplication is currently suspended
AI / ML2026

AI Meeting Summarizer

Automated meeting intelligence pipeline that transcribes raw audio with OpenAI Whisper, generates abstractive summaries, and extracts structured action items with speaker attribution. It uses semantic chunking and overlapping sliding-window segmentation to preserve transcript context across long meetings.

  • Whisper speech-to-text plus LLM summarization pipeline
  • Semantic chunking handles transcripts beyond context windows
PythonLLMsOpenAI WhisperFastAPINLPPrompt EngineeringSpeaker Diarization

Full Stack

3 projects

Full Stack2025

CodeHealth AI

Production-grade AI observability platform analyzing 10+ repository health and code quality metrics. Built with a Next.js and React TypeScript frontend for analytics dashboards and multi-view repository insights, with Redis caching, BullMQ workers, Socket.IO streaming, SSR, edge caching, and optimized data fetching.

  • Tracks 10+ repository health and code quality metrics
  • Improved dashboard load time by about 40% with SSR and edge caching
ReactNext.js 15TypeScriptNode.jsD3.jsRechartsPostgreSQLRedisBullMQSocket.IOGitHub ActionsVercelAWS
CloudDropDeployment UnavailableApplication is currently suspended
Full Stack2025

CloudDrop

Full-stack secure cloud file-sharing platform with AWS S3 storage, OTP-based email authentication, and time-bound signed URL access control. It includes JWT auth, role-based access control, group collaboration with real-time chat, an in-chat file command parser, Zustand state management, Tailwind CSS, and Razorpay subscription tiers.

  • OTP authentication with time-bound signed URL access
  • RBAC with Free and Pro subscription tiers via Razorpay
Node.jsExpressNext.jsTypeScriptPostgreSQLAWS S3ZustandTailwind CSSRazorpayJWTHeroku
Full Stack2024

Chattly

Real-time chat application featuring WebSocket-based messaging, JWT authentication, and presence indicators. Built with a React frontend and a Node.js plus Socket.IO backend, persisting messages in MongoDB.

  • Real-time WebSocket messaging with presence indicators
  • JWT-based authentication
ReactNode.jsSocket.IOMongoDBJWT

Java / Microservices

1 project

Java / Microservices2026

MicroServices-HMS

Microservices-based Hospital Management System using Spring Boot, Spring Cloud Eureka, JWT authentication, API Gateway, and a Next.js TypeScript frontend. It splits auth, patient, doctor, staff, discovery, and gateway routing into independent services, improving modularity and service separation over the earlier monolith.

  • 6 independent microservices for auth, patient, doctor, staff, discovery, and gateway
  • Spring Cloud Eureka service discovery plus API Gateway routing
JavaSpring BootSpring Cloud EurekaSpring SecurityAPI GatewayJWTMySQLNext.jsTypeScriptTailwind CSS