class SoftwareDataEngineer:
def __init__(self):
self.name = "Rupesh Kumar N"
self.location = "Kanchipuram, Tamilnadu"
self.education = "B.Tech IT — Easwari Engineering College (2022-2026)"
self.cgpa = "8.50 / 10"
self.role = "Software Engineer | AI/ML"
self.email = "rupeshkumarn2803@gmail.com"
self.expertise = ["LangChain Agents", "N8N", "Hugging Face", "React + Flask", "Python"]
self.leetcode = "460+ problems solved"
self.fun_fact = "I build digital employees that don't need coffee breaks."
def say_hi(self):
print("Thanks for visiting! Let’s deploy some intelligence.")
me = SoftwareDataEngineer()
me.say_hi()AI messaging agent that processed 30K+ weekly emails, improving efficiency by 50–80%.
Developed a powered AI messaging agent through advanced contextual understanding using LangChain and Google Generative AI, demonstrating expertise in natural language processing and AI integration.
Langchain Google Generation AI Ollama Github
>>> print("Thanks for visiting — let's build!")
