Skip to content
View Sharkyii's full-sized avatar

Block or report Sharkyii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sharkyii/README.md

Followers Profile Views Email LinkedIn


About

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

  1. Multi-Agent Multi-Agent Public

    Python 1

  2. Fingerprint-verification-system Fingerprint-verification-system Public

    Python 1

  3. Feedo Feedo Public

    TypeScript 1 1

  4. DBMS-Project- DBMS-Project- Public

    HTML 1

  5. Inshorts-News-Website Inshorts-News-Website Public

    HTML

  6. Jarvis-AI Jarvis-AI Public

    A modular, voice-controlled desktop assistant with real-time web search, chatbot intelligence, and a sleek PyQt5 GUI.

    Python