Skip to content
View ks-iitjmu's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report ks-iitjmu

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.

Content in all repositories owned by your account will be closed.
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
ks-iitjmu/README.md

header

divider

 whoami

class KunalSharma:
    """AI/ML Engineer & Full-Stack Developer @ IIT Jammu"""

    def __init__(self):
        self.role      = "AI/ML Engineer · Full-Stack Developer"
        self.languages = ["C++", "Python", "JavaScript", "TypeScript", "SQL"]
        self.focus     = ["Deep Learning", "Computer Vision", "NLP",
                          "Model Optimization", "Scalable Backends"]
        self.stack     = {
            "ml":       ["PyTorch", "TensorFlow", "Scikit-learn"],
            "frontend": ["React", "Next.js", "TypeScript", "Tailwind"],
            "backend":  ["FastAPI", "Node.js", "Django", "Express"],
            "infra":    ["Docker", "GitHub Actions", "Linux", "Vercel"],
        }
        self.currently_learning = "Distributed training & LLM inference optimization & App Development"
        self.open_to            = ["SDE / ML Internships", "Open Source", "Collaborations"]

    def say_hi(self) -> str:
        return "Thanks for dropping by — let's build something that matters. 🚀"


me = KunalSharma()
print(me.say_hi())

divider

 Tech Arsenal

💻 Languages

🤖 Machine Learning & AI


🎨 Frontend

⚙️ Backend & APIs


🗄️ Databases

🚀 DevOps & Tooling

divider

 GitHub Analytics

GitHub Streak

divider

 Competitive Programming

divider

 Watch My Contributions Get Eaten

contribution snake

divider

 Let's Connect

I'm always up for a conversation about machine learning, system design, or a hard problem you're stuck on.
Whether it's a collaboration, an internship, or just a good technical argument — my inbox is open.


linkedin gmail github leetcode portfolio



quote

footer wave

Pinned Loading

  1. International-Relations-Website International-Relations-Website Public

    Responsive, content-first website for the International Relations Department showcasing programs, faculty, research, news, and student resources.

    HTML 1

  2. JoSAA-Counselling-Website JoSAA-Counselling-Website Public

    A full-stack JEE counseling portal featuring role-based access control and seat allocation, powered by a React-TypeScript frontend, a Node.js backend and MySQL Database.

    TypeScript 1 1

  3. Svaran-Chatbot-IIT-Jammu Svaran-Chatbot-IIT-Jammu Public

    Svaran is a multilingual AI chatbot for IIT Jammu, built with Rasa, Flask, and React. It delivers instant, context-aware answers to campus-related queries—academic, administrative, and facility-bas…

    TypeScript 1

  4. CN_RUDP_Semester_Project CN_RUDP_Semester_Project Public

    Custom Reliable UDP (RUDP) Protocol for P2P Multiplayer Gaming

    C 1

  5. LinkHub LinkHub Public

    LinkHub is a personal links page built with Next.js, React, TypeScript, and Tailwind CSS. It presents a profile header, role/location details, and external links in a clean, mobile-friendly layout.

    TypeScript 1

  6. whisperNode whisperNode Public

    Peer-to-peer encrypted chat with a custom cryptographic protocol — no TLS, no third parties, no trust required.

    Python 1