Skip to content
View H0NEYP0T-466's full-sized avatar
:shipit:
:shipit:

Block or report H0NEYP0T-466

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
H0NEYP0T-466/README.md

Typing SVG


h0neyp0t-466


🧠 SYSTEM.INITIALIZE()

class MuhammadFezan:
    def __init__(self):
        self.username    = "H0NEYP0T-466"
        self.name        = "Muhammad Fezan"
        self.location    = "Lahore, Pakistan 🇵🇰"
        self.role        = "AI Systems Engineer & Full-Stack Developer"
        self.university  = "Lahore Garrison University"
        self.degree      = "BSCS — 6th Semester"
        self.email       = "fezan1029@gmail.com"

    @property
    def tech_stack(self):
        return {
            "ai_ml":         ["Multi-Agent Systems", "RAG Pipelines", "LLM Fine-tuning (LoRA/QLoRA)",
                              "Computer Vision", "Deep Learning", "FAISS", "Agentic Workflows"],
            "llm_providers": ["OpenAI", "Anthropic", "Mistral", "Groq", "Cerebras", "Grok",
                              "OpenRouter", "NVIDIA NIM", "Longcat", "GLM/Zhipu"],
            "fullstack":     ["React", "Node.js", "FastAPI", "MongoDB", "PostgreSQL", "WebSockets"],
            "devops":        ["Docker", "GitHub Actions", "AWS", "Vercel", "Railway", "Render"],
            "languages":     ["Python", "JavaScript", "TypeScript", "C/C++"],
        }

    def flagship_projects(self):
        return {
            "BTSC-UNet-ViT":  "Brain tumor classification + segmentation — hybrid ViT + U-Net on 90k+ images",
            "Dr.Document":    "16-agent GitHub documentation generator — React + FastAPI + WebSocket streaming",
            "DataForge":      "LLM fine-tuning dataset platform — FAISS deduplication + multi-model routing",
            "LinkedIn-Agent": "Autonomous LinkedIn presence manager — GitHub → LLM → Telegram → Selenium",
        }

    def current_mission(self):
        return [
            "🤖 Architecting production-grade multi-agent AI pipelines",
            "🧬 Researching transformer-based medical image segmentation",
            "📦 Building LLM fine-tuning infrastructure at scale",
            "🌐 Shipping full-stack AI-powered developer tools",
        ]

TECH ARSENAL

🤖 AI / ML & Agentic Systems

Multi-Agent RAG Fine-tuning LoRA PEFT Computer Vision Deep Learning scikit-learn FAISS Letta/MemGPT

🔮 LLM Providers

OpenAI Anthropic Mistral Groq Cerebras Grok OpenRouter NVIDIA Longcat GLM

🌐 Full-Stack (MERN + FastAPI)

React Node.js FastAPI MongoDB TailwindCSS TypeScript Vite Socket.io JWT

🗄️ Databases & Storage

PostgreSQL MongoDB SQLite Firebase SQL Server

🚀 DevOps & Deployment

Docker GitHub Actions AWS Vercel Railway Render n8n

👨‍💻 Languages

Python JavaScript TypeScript C/C++


🎯 FEATURED PROJECTS

BTSC-UNet-ViT

Brain Tumor Classification + Segmentation

Tech: PyTorch · ViT · U-Net · Medical Imaging

research = {
    "architecture": "Hybrid ViT + U-Net",
    "dataset":      "90,000+ medical images",
    "tasks":        ["Classification", "Segmentation"],
    "approach":     "Transformer-based deep learning"
}

Dr.Document

16-Agent GitHub Documentation Generator

Tech: FastAPI · React · WebSockets · Multi-Agent · LLMs

pipeline = {
    "agents":    16,
    "input":     "GitHub Repository URL",
    "output":    "Full Documentation Suite",
    "streaming": "Real-time via WebSockets",
    "highlight": "Generated its own README 🤯"
}

DataForge

LLM Fine-tuning Dataset Platform

Tech: Python · FAISS · Multi-Model Routing · LLMs

platform = {
    "deduplication": "FAISS vector similarity",
    "routing":       "Multi-model LLM ensemble",
    "output":        "Large-scale QA pair datasets",
    "use_case":      "Production LLM fine-tuning"
}

LinkedIn Automation Agent

AI-Powered LinkedIn Post Draft Assistant

Tech: Terminal-Style · Python · Telegram · LLMs

agent_loop = {
    "source":    "GitHub activity feed",
    "generate":  "LLM-powered post drafts",
    "deliver":   "Telegram approval bot",
    "control":   "You decide what gets posted"
}

📊 GitHub Analytics

GitHub Streak

GitHub Stats

Activity Graph

🌐 Connect With Me

LinkedIn Stack Overflow Email


✍️ Thoughts Behind the Syntax


Snake animation

Made with 🤍

Pinned Loading

  1. BTSC-UNet-ViT BTSC-UNet-ViT Public

    🧠 BTSC-UNet-ViT— a🚀brain tumor segmentation & classification system combining 🧩Vision Transformers (ViT) for tumor detection and 🎯 UNet for precise pixel-level segmentation from MRI scans. Features…

    Python 2

  2. Pen2PDF Pen2PDF Public

    ⚡ Pen2PDF Suite – an all-in-one 🚀 productivity platform ✨ with 🤖 AI-powered text extraction (PDF/Images → Markdown 📝), 📅 smart timetable management (CSV/Excel import 📊), ✅ todo lists with subtasks📈…

    JavaScript 8 2

  3. Dr.Document Dr.Document Public

    ⚙️ Dr. Document – a multi-agent 🚀 AI documentation generator using LongCat instances with iterative workflows, specialized agents for code analysis, requirements extraction, and management oversigh…

    Python 2

  4. dataset-generator dataset-generator Public

    🧠 DataForge — An intelligent LLM fine-tuning dataset generator that transforms raw prompts into structured ShareGPT-format training data through a multi-stage AI pipeline. Built with FastAPI + Reac…

    Python 2

  5. finetuneLLM finetuneLLM Public

    💻⚡ Terminal-style chat interface for local LLMs using React + TypeScript & FastAPI. Supports GGUF models, real-time token streaming, MongoDB chat history, and LoRA-based fine-tuning of Microsoft Ph…

    Python 2

  6. lettaXrag lettaXrag Public

    🤖 Full-stack conversational AI using a Letta (MemGPT) + RAG hybrid architecture for long-term memory, context persistence, and grounded responses. Built with FastAPI, React, FAISS, and MongoDB, fea…

    Python 2