2
> AI Engineer | MLOps Specialist | Cybersecurity Enthusiast
4
I build **privacy-first** AI systems and break things to understand
5
how they work. Specialized in event-driven architecture, local RAG
6
pipelines, and securing machine learning lifecycles.
9
- 🔠Working on: `PulseStream` (Real-time Financial Intel)
10
- 🌱 Learning: Advanced Adversarial ML Attacks
11
- âš¡ Fun fact: I run my own Linux rice (Hyprland)
14
Click the files in the sidebar (or tabs above) to explore my work.
3
"name": "PulseStream Realtime Intel",
4
"stack": ["Redpanda", "Llama 3", "Qdrant"],
5
"desc": "Event-driven market analysis pipeline. Sub-25ms latency.",
9
"name": "VaultSearch RAG",
10
"stack": ["LangChain", "FastAPI", "Ollama"],
11
"desc": "Privacy-first offline document search. No cloud leaks.",
15
"name": "Telco Churn MLOps",
16
"stack": ["MLflow", "Docker", "GitHub Actions"],
17
"desc": "End-to-end containerized training pipeline.",
3
self.ai_stack = ["Llama 3", "Ollama", "Qdrant", "Redpanda"]
4
self.mlops = ["Docker", "MLflow", "CI/CD", "Kubernetes"]
5
self.web = ["Next.js", "Laravel", "Tailwind"]
7
def solve_problem(self, complexity):
9
return "Deploying Autonomous Agents..."
10
return "Building Robust Pipeline..."