class DataScientist:
def __init__(self):
self.name = "Rahul Samant"
self.role = "Data Scientist"
self.language_spoken = ["Hindi", "English"]
self.current_focus = ["GenAI", "LLMs", "MLOps", "NLP"]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = DataScientist()
me.say_hi()
- ๐ญ Exploring the realms of Large Language Models
- ๐ฑ Building GenAI applications that solve real-world problems
- ๐ก Experimenting with MLOps and AI Infrastructure
- ๐ฏ Creating end-to-end ML pipelines
- โก Fun fact: I debug with
print("here")
statements ๐