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 = {
"learning" : ["TensorFlow ๐ฅ", "OpenCV ๐๏ธ", "Deep Learning architectures"],
"building" : "Something cool... stay tuned ๐",
"reading" : "Research papers @ 2AM โ"
}
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 |
|---|---|---|---|
| ๐ง | Mastering TensorFlow deep learning | โโโโโโโโโโ 80% |
๐ต Active |
| ๐๏ธ | Exploring Computer Vision research | โโโโโโโโโโ 60% |
๐ต Active |
| ๐ง | Building a secret side project | โโโโโโโโโโ 35% |
๐ Cooking |
| ๐ | Reading ML papers consistently | โโโโโโโโโโ 70% |
๐ต Active |
| โ๏ธ | Defeating assignment deadlines | โโโโโโโโโโ โ% |
๐ฃ Always |
