// portfolio

Work & Projects

A collection of projects spanning machine learning, computer vision, full-stack development, and quantum computing.

AutoML — End-to-End Autonomous ML Pipeline
⚙️ MLOps & Deployment
Featured2026

AutoML — End-to-End Autonomous ML Pipeline

Complete ML engine (profiling → preprocessing → training → tuning → ensembling → explainability → tracking) wrapped in a FastAPI backend and a Streamlit frontend, shipped as a single Docker container.

MLflowAutoMLHugging Face SpacesDockerFastAPI
The Silver House — Full-Stack Jewellery Gallery
👾 Full-Stack Products
Featured2026

The Silver House — Full-Stack Jewellery Gallery

Custom e-commerce catalogue for a 925 sterling silver jewellery brand from Srinagar. Built with Next.js 15 (App Router) and Sanity CMS as the backend.

Next.jsSanityVercel
ComplexionAI — AI-Powered Personalized Skincare Intelligence Platform
🪼 AI-powered Applications
Featured2025

ComplexionAI — AI-Powered Personalized Skincare Intelligence Platform

A Hackathon Winner. ComplexionAI, is a MVP of a full-stack AI-powered app that delivers personalised skincare insights & recommendations based on users' concerns

AILLMExpressNodeReact
ComputerVision-powered Real-time AI GYM Trainer
📽️ Computer Vision
2026

ComputerVision-powered Real-time AI GYM Trainer

A real-time AI-powered gym coaching application that uses computer vision to detect exercise form, count repetitions, and deliver proactive voice feedback through a LLM. Built with MediaPipe.

OpenCV StreamlitMediaPipeMLpipeline
StyleForge AI — Neural Style Transfer
📽️ Computer Vision
2026

StyleForge AI — Neural Style Transfer

StyleForge uses Adaptive Instance Normalization (AdaIN) — a feed-forward approach that transfers style in a single forward pass. Decoder network was self-trained entirely, using own training pipeline

Inference pipelineCNNVGGImage ProcessingModel Training
SnapClass — AI-Powered Attendance System
📽️ Computer Vision
2026

SnapClass — AI-Powered Attendance System

SnapClass is a hands-on learning project exploring the intersection of AI, computer vision, and real-world web apps. Not a commercial product — just a developer having fun solving a real problem.

Face ClassificationStreamlitSupabaseFace DetectionOpenCV
Text Summariser — Fine-tuned T5 on SAMSum
🔊 Natural Language Processing
2026

Text Summariser — Fine-tuned T5 on SAMSum

This project fine-tunes a T5-small model to summarize conversations/dialogues into concise summaries. The model is trained on 4,000 dialogue-summary pairs from the SAMSum corpus.

Fine-tuningLLMHuggingFaceTransformersNLP
LoanIQ — Machine Learning-Based Loan Eligibility Prediction Pipeline
🧠 Machine Learning Core
2026

LoanIQ — Machine Learning-Based Loan Eligibility Prediction Pipeline

LoanIQ is a binary classification system that automates loan approval decisions for financial institutions. Data-driven ML pipeline approach for quick customer reviews cutting manual work.

ClassificationML Pipeline
Mini ClaudeCode — Function-Calling AI Agent for Local Codebase Analysis & Engineering
🎧 AI Agents & Workflows
2026

Mini ClaudeCode — Function-Calling AI Agent for Local Codebase Analysis & Engineering

An autonomous Python agent powered by Google Gemini that can explore, analyse, read, write, and execute code in a local codebase - using function calling.

AI AgentsGemini apiLLMsAI AGENT Basics- LLm-Memory-Tools
Machine Learning from Scratch implementation
🧠 Machine Learning Core
2025

Machine Learning from Scratch implementation

Complete BlackBox implementation of Classic ML Algorithms

numpyalgorithmscalculusLinear Algebra