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. legalsahayak legalsahayak Public

    AI-powered, explainable legal aid platform for India using RAG (FastAPI + Next.js) to deliver plain-language legal guidance, confidence scores, legal references, and actionable next steps personali…

    TypeScript

  2. tonecast tonecast Public

    Jupyter Notebook

  3. finbrain finbrain Public

    AI-native transaction intelligence pipeline that converts Google Pay statement PDFs into verified, categorized, and semantically searchable financial data using FastAPI, PostgreSQL/pgvector, and LL…

    Python

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

  5. smolurls smolurls Public

    A production-ready URL shortener with click analytics and native MCP tools, built with FastAPI, PostgreSQL, and Next.js

    TypeScript

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