Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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, 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 🚀"

🤝 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. ipdr-graph-engine ipdr-graph-engine Public

    A web-based investigative platform that transforms complex telecommunications IPDR data into actionable intelligence through ML-powered anomaly detection (94.16% accuracy) and interactive visualiza…

    Jupyter Notebook

  2. fastapi-rag-service fastapi-rag-service Public

    A FastAPI-powered document Q&A service using LangChain's RAG pipeline to provide intelligent answers from any document URL.

    Python

  3. 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

  4. 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