Projects

Everything here does the same basic thing: takes messy input and produces verified, automated output. Filter by what kind.

ocrembedanswer

Mortgage loan-file QA

A RAG pipeline over mortgage loan documents. PaddleOCR extracts the text, FAISS handles retrieval, and answers come from a locally hosted Llama 3.1 with a swappable Gemini fallback — self-hostable with no external API key by default.

FastAPIReactFAISSPaddleOCROllama / Llama 3.1
GitHub2026
commitscandeploy

Wanderlust — DevSecOps CI/CD

A 7-stage, zero-touch deployment pipeline. Jenkins triggers on GitHub Poll SCM, SonarQube enforces a custom quality gate, and Trivy scans for CVEs before anything ships.

JenkinsDockerSonarQubeTrivyNode.jsReactMongoDB
GitHub2026
discoververifyoutreach

Automated cold outreach pipeline

A 4-stage B2B automation chaining four REST APIs. One domain goes in; verified decision-maker contacts and personalized outreach come out, with zero manual steps in between.

PythonOcean.ioProspeoHunter.ioBrevo
ingestmodeltest

Customer journey drop-off analyzer

An XGBoost model trained on 15,000 e-commerce sessions (AUC 0.892), validated with an A/B test showing a 21.6% lift in conversion.

PythonXGBoostSHAPReactFlask
GitHub2025
tokenizeidentify

Addressing mode selector

A compiler-design tool: a Flex-generated lexer and C logic identify the correct addressing mode across 8 types, wrapped in a small web frontend for interactive use.

CFlex / LexGNU Make
GitHub2025
extractclassify

Deepfake detection system

93%+ accuracy telling real video frames from fake ones, using EfficientNetB0 fed by an automated OpenCV + MTCNN face-extraction pipeline.

EfficientNetB0OpenCVMTCNNAzure CV API
GitHub2024