class Siddharth:
def __init__(self):
self.name = "Siddharth Sahay"
self.aka = "Sidd ๐น๏ธ"
self.fields = ["Artificial Intelligence", "Machine Learning"]
self.learning = ["TensorFlow ๐ฅ", "OpenCV ๐๏ธ"]
self.interests = ["Building cool projects ๐ง", "Research ๐ฌ", "Gaming ๐ฎ"]
self.fun_fact = "I train models and defeat bosses โ same energy โก"
def say_hi(self):
print("Thanks for stopping by! Let's build something awesome ๐")
me = Siddharth()
me.say_hi()| ๐บ๏ธ Quest | โ๏ธ Status |
|---|---|
| Mastering TensorFlow | ๐ In Progress |
| Exploring Computer Vision research | ๐ In Progress |
| Building a cool side project | ๐ง Cooking... |
| Defeating deadlines | ๐ Always |
