██████╗ ███████╗██╗ ██╗ █████╗ ███╗ ██╗███████╗██╗ ██╗ ███████╗██╗███╗ ██╗ ██████╗ ██╗ ██╗
██╔══██╗██╔════╝██║ ██║██╔══██╗████╗ ██║██╔════╝██║ ██║ ██╔════╝██║████╗ ██║██╔════╝ ██║ ██║
██║ ██║█████╗ ██║ ██║███████║██╔██╗ ██║███████╗███████║ ███████╗██║██╔██╗ ██║██║ ███╗███████║
██║ ██║██╔══╝ ╚██╗ ██╔╝██╔══██║██║╚██╗██║╚════██║██╔══██║ ╚════██║██║██║╚██╗██║██║ ██║██╔══██║
██████╔╝███████╗ ╚████╔╝ ██║ ██║██║ ╚████║███████║██║ ██║ ███████║██║██║ ╚████║╚██████╔╝██║ ██║
╚═════╝ ╚══════╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚══════╝╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝
class DevanshSRajput:
PORTFOLIO = "https://devanshsingh.dev"
STATUS = "🟢 ONLINE — actively building"
def __init__(self):
self.role = "ML Engineer in the Making 🧠"
self.focus = ["Deep Learning", "NLP / LLMs", "Computer Vision", "MLOps", "Data Science"]
self.stack = ["Python 🐍", "PyTorch 🔥", "TensorFlow", "HuggingFace 🤗", "Docker 🐳"]
self.learning = ["Transformers", "Diffusion Models", "Agentic AI"]
self.seeking = "Collabs · Open Source · Hard Problems"
def say_hello(self):
print(f"Hey! Come see what I'm building → {self.PORTFOLIO}")
me = DevanshSRajput()
me.say_hello()
# OUTPUT: Hey! Come see what I'm building → https://devanshsingh.dev