class Siddharth:
def __init__(self):
self.name = "Siddharth Sahay"
self.alias = "Sidd ๐น๏ธ"
self.location = "India ๐ฎ๐ณ"
self.fields = ["Artificial Intelligence", "Machine Learning", "Computer Vision"]
self.currently = {
"building" : "Projects that (hopefully) work in production ๐ ๏ธ",
"writing" : "Papers, notes, and the occasional rant at 2AM โ",
"exploring" : "New architectures, new ideas, new rabbit holes ๐ณ๏ธ"
}
self.ask_me_about = ["Python", "ML pipelines", "CV projects", "AI ideas"]
self.fun_fact = "I debug models like I debug boss fights โ with patience and spite โก"
def say_hi(self):
print("Thanks for stopping by! Let's build something awesome ๐")
me = Siddharth()
me.say_hi()| ย | Quest | Progress | Status |
|---|---|---|---|
| ๐ง | Shipping ML projects end-to-end | โโโโโโโโโโ 80% |
๐ต Active |
| ๐ | Writing and publishing research papers | โโโโโโโโโโ 60% |
๐ต Active |
| ๐ง | Building a secret side project | โโโโโโโโโโ 35% |
๐ Cooking |
| ๐ | Reading research papers consistently | โโโโโโโโโโ 70% |
๐ต Active |
| โ๏ธ | Defeating assignment deadlines | โโโโโโโโโโ โ% |
๐ฃ Always |
