#!/usr/bin/python
# -*- coding: utf-8 -*-
class LlmEngineer:
def __init__(self):
self.name = "Shibin Thomas"
self.role = "LLM Engineer"
self.language_spoken = ["en_US", "de_DE"]
self.learning = ["LLM and AI Agents"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def current_learning(self):
print(f"Currently learning: {', '.join(self.learning)}")
me = LlmEngineer()
me.say_hi()
me.current_learning()-
π± Forever Learner currently learning LLM and AI Agents
-
π¬ Ask me about LLMs, RAG, MCP, AI Agents, Deep Learning, NLP, Augmented Reality, and Virtual Reality,
-
π« How to reach me sshibinthomass@gmail.com
π Account Status