class AIEngineer:
def __init__(self):
self.name = "dlekdns08"
self.role = "AI Engineer"
self.focus = [
"Large Language Models (LLM)",
"RAG & Agent Systems (LangChain / LangGraph / MCP / A2A)",
"LLMOps & Distributed Training (H100 / HPU / NPU)",
"Domain-specific Fine-tuning (SFT / DPO / Instruction Tuning)",
]
self.currently_working_on = [
"Enterprise E-commerce Chatbot Solution",
"LLMOps Platform (vLLM / NeMo / Kafka / Spark)",
"In-house HR & PR/IR RAG Chatbots",
]
def say_hi(self):
print("From research to production β let's build something real π")
me = AIEngineer()
me.say_hi()βοΈ From dlekdns08 β Thanks for visiting!