class Sharkyii:
def __init__(self):
self.name = "Sneh Kansagara"
self.current_location = "IIIT Gwalior 🎓"
self.education = "B.Tech in Mathematics & Computing"
self.role = ["Python Developer", "AI Enthusiast", "Problem Solver"]
self.currently_learning = ["Deep Learning", "NLP", "LLM" , "LLMops" ]
self.fuel = "Chaas 🥛" # Never code on empty stomach!
self.mindset = "Always keep swimming... and coding! 🦈"
self.experience = [
"Ex-AI Developer Intern @ AIGETAI",
"Ex-Data Science Intern @SocksCarving"
]
def say_hello(self):
print("Sneh here! Let's build something awesome ")
shark = Sharkyii()
shark.say_hello
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

