class Sharkyii:
def __init__(self):
self.name = "Sneh Kansagara"
self.current_location = "ABV-IIIT Gwalior 🎓"
self.education = "B.Tech in Mathematics & Computing"
self.role = ["Python Developer", "AI Enthusiast", "Problem Solver"]
self.experience = [
"Ex-AI Developer Intern @ AIGETAI",
"Open Source Contributor @ Gitmesh"
]
self.currently_learning = ["Deep Learning", "NLP", "Computer Vision"]
self.interests = ["Biometric Systems", "Neural Networks", "Web Development"]
self.fuel = "Chaas 🥛" # Never code on empty stomach!
self.mindset = "Always keep swimming... and coding! 🦈"
def say_hello(self):
print("Sneh here! Let's build something awesome ")
shark = Sharkyii()
shark.say_hello
Popular repositories Loading
-
-
-
-
-
Jarvis-AI
Jarvis-AI PublicA modular, voice-controlled desktop assistant with real-time web search, chatbot intelligence, and a sleek PyQt5 GUI.
Python
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.
