Skip to main content
10 Projects · 4 Categories

Projects / Case Studies

Production systems I've engineered end-to-end — from autonomous AI agents and RAG pipelines to local LLM inference and OCR. Each card links to a deep-dive case study.

Autonomous AI AgentsFeatured
OmniShield ICES: Asynchronous AI Email Security Middleware

Mail-server gateway (Postfix Milter) that intercepts every inbound message, runs a fine-tuned BERT core (M-BSCE) through an asynchronous inference pipeline (RabbitMQ + Celery), and adds multimodal threat detection (PaddleOCR for Quishing) with SOAP clawbacks to the upstream mail system.

Quishing detection
98%+
p95 classification
<400ms
Async throughput
5k msg/min
PythonPostfix MilterRabbitMQCeleryBERT+6
Autonomous AI AgentsFeatured
OpenClaw Multi-Channel Orchestration

Autonomous multi-channel AI platform that unifies chat, voice, and email behind microservices and an API gateway, with shared context across channels.

Channels
3 unified
Tenant onboard
<1 day
Cross-channel memory
100%
OpenClawFastAPIWebRTCWebSocketRabbitMQ+4
Autonomous AI AgentsFeatured
Autonomous eSIM Recommendation Agent

Telecom recommendation agent fine-tuned on Qwen2.5-3B with LoRA, quantized to GGUF via Unsloth for cheap, low-latency inference.

Model size
3B params
Quantization
GGUF Q4
Rec accuracy
+34% vs base
PythonQwen2.5-3BLoRAUnslothGGUF+2
Autonomous AI AgentsFeatured
Agentic HR & Payroll Automation

LangGraph-powered agent that parses unstructured payroll emails, queries PostgreSQL, and routes edge cases to humans (HITL) for approval.

Time saved
−80% manual
HITL escalation
<8% cases
Throughput
1.2k emails/day
PythonLangGraphPostgreSQLFastAPILangChain+1
RAG & SearchFeatured
Enterprise Voice Assistant & RAG Ecosystem

Voice-first enterprise assistant powered by vLLM-served LLMs, Pinecone vector search, Neo4j knowledge graph, and Whisper STT — answering HR and operations queries in real time.

Voice p95
1.4s end-to-end
HR docs indexed
10k+
Answer accuracy
+42% vs keyword
PythonvLLMPineconeLangChainWhisper+3
LLM
AI Avatar Assistant (Real-Time)

Real-time avatar-based assistant combining LiveKit, WebRTC, Groq inference, and TTS/STT, with a Ready Player Me avatar for natural face-to-face interactions.

Streaming latency
<300ms
Concurrent sessions
200+
Avatars supported
RPM SDK
PythonFastAPILiveKitWebRTCGroq+3
LLM
NL2SQL & Data Intelligence Chatbots

Chatbots that turn natural language into SQL, Pandas, and Neo4j Cypher queries against structured and relational data, with an Excel-AI-Chatbot on top of DuckDB.

Sources
DuckDB · Neo4j · Excel
Query accuracy
92%
Avg response
1.8s
PythonDuckDBPandasNeo4jFastAPI+2
Autonomous AI Agents
Agentic Performance Appraiser

Multi-agent evaluation framework that scores code changes by combining SonarQube quality metrics with Git activity signals, then surfaces the verdict to engineering managers.

Signals fused
Quality + Activity
Review prep time
−60%
Verdict latency
<10s
PythonLangGraphSonarQube APIGit APIFastAPI+1
Computer Vision / OCR
Cheque Processing & Digitization Ecosystem

End-to-end cheque digitization pipeline using OpenCV for image preprocessing, PaddleOCR for text and amount extraction, and a Flask + Docker orchestration layer.

Field accuracy
96.2%
Throughput
120 img/s
p95 latency
850ms
PythonOpenCVPaddleOCRFlaskDocker+1
Computer Vision / OCR
Contextual AI & Medical Vision Pipelines

Suite of context-aware document intelligence pipelines: PDF intelligence (PyMuPDF + spaCy + BERT), passport MRZ segmentation, and prescription OCR.

PDF entity F1
0.91
MRZ accuracy
98.5%
Rx field accuracy
94%
PythonPyMuPDFspaCyBERTOpenCV+2