README.md
projects.json
capabilities.py
contact.sh
1
# VADHH
2
> AI Engineer | MLOps Specialist | Cybersecurity Enthusiast
3
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.
7
8
## Current Status
9
- 🔭 Working on: `PulseStream` (Real-time Financial Intel)
10
- 🌱 Learning: Advanced Adversarial ML Attacks
11
- âš¡ Fun fact: I run my own Linux rice (Hyprland)
12
13
## Navigation
14
Click the files in the sidebar (or tabs above) to explore my work.
15
Run snake.exe if you are bored.
1
[
2
{
3
"name": "PulseStream Realtime Intel",
4
"stack": ["Redpanda", "Llama 3", "Qdrant"],
5
"desc": "Event-driven market analysis pipeline. Sub-25ms latency.",
7
},
8
{
9
"name": "VaultSearch RAG",
10
"stack": ["LangChain", "FastAPI", "Ollama"],
11
"desc": "Privacy-first offline document search. No cloud leaks.",
13
},
14
{
15
"name": "Telco Churn MLOps",
16
"stack": ["MLflow", "Docker", "GitHub Actions"],
17
"desc": "End-to-end containerized training pipeline.",
19
}
20
]
1
class Engineer:
2
def __init__(self):
3
self.ai_stack = ["Llama 3", "Ollama", "Qdrant", "Redpanda"]
4
self.mlops = ["Docker", "MLflow", "CI/CD", "Kubernetes"]
5
self.web = ["Next.js", "Laravel", "Tailwind"]
6
7
def solve_problem(self, complexity):
8
if complexity > 9000:
9
return "Deploying Autonomous Agents..."
10
return "Building Robust Pipeline..."
1
#!/bin/bash
2
3
export EMAIL="attridho@gmail.com"
4
export GITHUB="github.com/vadhh"
5
export LINKEDIN="linkedin.com/in/afr1dho"
6
7
echo "Sending message..."
8
# Don't hesitate to reach out for collaboration
9
curl -X POST $EMAIL -d "Let's build something."
NORMAL
main
README.md
utf-8 | ln 1, col 1