Projects

A selection of full-stack, AI/ML, data, blockchain, and platform builds. Links go straight to the code.

AI Compiler – Legacy Code Migration Assistant

Aug 2025

Modernizes Python/Java to async, typed, cloud-ready code with LLMs + CodeBERT; FastAPI service with auto tests.

Full-StackAI/LLMSystems
PythonFastAPICodeBERTDocker

LLM-Driven UI Navigation Assistant

Jan–May 2025

Natural language → UI actions using BERT, RL, FAISS. React simulator, confidence scoring; 85%+ accuracy on 10k+ screens.

AI/LLMAutomation
PyTorchHugging FaceFAISSReact

AI Resume Analyzer

Jul 2024

BERT + keyword heuristics to score resume–JD fit. Realtime API + PDF/MD export; 87% semantic accuracy, 30% recruiter efficiency.

NLPFull-Stack
ReactFastAPIspaCyTransformers

Voice-to-Fingerstyle Music Generator

Jun–Jul 2025

Seq2seq PyTorch model converts raw audio to playable tablature (GuitarSet); arranger module improves realism.

Deep LearningMusic AI
PyTorchlibrosaGuitarSet

Capstone – Evaluation of AI-Driven Testing Platforms (Smart Data Solutions)

Aug–Dec 2024

Containerized environment to benchmark AI testing tools; comparative analysis on accuracy, coverage, speed; enterprise recommendations.

AnalysisQA/Testing
DockerFastAPIPython

Credit Card Default Risk Analysis

2025

PostgreSQL + Python ETL; logistic regression + hypothesis tests; statistically significant predictors; BI visualizations.

Data ScienceStatistics
PythonSQLPostgreSQLseaborn

Airline Delays Large-Scale Analysis

2025

PySpark + SQL on 10M+ flights; ANOVA and inferential stats; seasonal and geographic delay insights; dashboards.

Big DataAnalytics
PySparkSQLPython

Retail Market Basket Study

2025

3M+ Instacart orders in relational DB; chi-square tests; logistic regression for repeat purchase prediction.

Data ScienceSQL
SQLPythonR

AI-Enhanced Supply Chain Tracker

2025

Solidity provenance + IPFS docs; AI anomaly detection for delays/counterfeits; React dashboard for risks.

BlockchainAI
SolidityIPFSReactNode

DAO AI Model Marketplace

2025

DAO governance (staking/voting); IPFS model hosting; automated benchmarking with HF inference; React frontend.

BlockchainAI
SolidityReactHugging Face

Flask CI/CD Template

2025

Dockerized Flask + gunicorn; GitHub Actions CI/CD; reproducible environments; production microservice template.

PlatformDevOps
FlaskDockerGitHub Actions

Auto-Scaling Kubernetes Cluster

2025

K8s HPA scaling under load; stress tests; dashboards for utilization; fault-tolerant configs.

SRECloud
KubernetesHPAGrafana