Skip to content
View sujeetgund's full-sized avatar

Highlights

  • Pro

Block or report sujeetgund

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
sujeetgund/README.md

Hello, I'm Sujeet Gund 👋

AI Engineer crafting intelligent solutions that matter

Currently pursuing M.Tech in AI at VIT Bhopal with a 9.2 CGPA, passionate about building production-ready machine learning systems and exploring the frontiers of artificial intelligence.

class SujeetGund:
    def __init__(self):
        self.role = "AI/ML Engineer"
        self.education = "M.Tech AI @ VIT Bhopal (CGPA: 9.2/10)"
        self.passion = ["Generative AI", "MLOps", "Full-Stack ML"]
        self.current_focus = "Building production-ready AI systems"
    
    def get_skills(self):
        return {
            "languages": ["Python", "JavaScript", "SQL"],
            "ml_stack": ["PyTorch", "TensorFlow", "Hugging Face", "scikit-learn"],
            "deployment": ["FastAPI", "Docker", "AWS", "Streamlit"],
            "web": ["Next.js", "React", "Node.js"]
        }
    
    def current_mission(self):
        return "Making AI accessible and impactful 🚀"

Recent Projects

🛡️ PhishDetectorCode

Machine learning system for detecting phishing websites with high accuracy. Protects users from cyber threats through intelligent URL analysis.

💻 LaptopWiseCodeLive Demo

Full-stack web application that predicts laptop prices using Custom ML models and Gemini. Built with Next.js and deployed with modern DevOps practices.

🤝 Let's Connect & Collaborate

I'm always interested in discussing AI research, collaborating on meaningful projects, or simply chatting about technology.

Email LinkedIn Resume


"Good code is like a good joke – it needs no explanation, but when it works, everyone appreciates it."

Pinned Loading

  1. laptop-price-prediction laptop-price-prediction Public

    Laptop Price Predictor — Predict laptop prices based on configuration using machine learning. Features a FastAPI backend for real-time predictions and EDA notebooks for model development and insights.

    Jupyter Notebook

  2. phishing-website-detection phishing-website-detection Public

    PhishDetector — A machine learning project to detect phishing websites using structured pipelines, FastAPI for inference, and a modular Python codebase built on UCI’s Phishing Websites Dataset.

    Python

  3. laptopwise laptopwise Public

    LaptopWise is an AI-powered web app for estimating laptop prices. It uses a custom ML model for price prediction and an AI-driven validation system to ensure logical hardware specs.

    TypeScript

  4. deep-learning-projects deep-learning-projects Public

    A personal collection of deep learning experiments and projects—explore, learn, and have fun!

    Jupyter Notebook

  5. linkedin-post-generator-agent linkedin-post-generator-agent Public

    An AI-powered agent-based system to generate engaging LinkedIn posts through an orchestrated multi-phase process.

    Python 1

  6. subscription-tracker-api subscription-tracker-api Public

    A RESTful API to manage users and subscriptions with authentication, subscription tracking, and renewal reminders. Built with Node.js and Docker. Contributions welcome!

    JavaScript