Skip to content
View parthwhy's full-sized avatar

Block or report parthwhy

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

🎯 AI Researcher & Builder β€” Not demos. Shipped systems.

IIIT Naya Raipur | 2Γ— LION 2026 | DRDO Award | Amazon ML Summer School

LinkedIn Email LeetCode Codeforces

Profile Views


πŸ’₯ Who Am I?

parth = {
    "role": "AI Researcher & Builder",
    "education": "B.Tech CS @ IIIT Naya Raipur (2023–2027)",
    "research": {
        "accepted":    "AdaptSRNet β€” LION 2026 (adaptive attention, image steganalysis)",
        "under_review": "Cold-Start Learning Under Domain Uncertainty β€” LION 2026",
    },
    "expertise": {
        "llm_systems":  ["RAG", "Fine-Tuning (LoRA/QLoRA/DoRA/PEFT)", "LLM Agents", "Multi-Agent Orchestration"],
        "voice_ai":     ["STT/TTS Pipelines", "Wake-word Detection", "Multimodal LLMs"],
        "infra":        ["FastAPI", "Async Architectures", "Go", "Docker", "ChromaDB"],
        "frontend":     ["Next.js", "React", "TypeScript", "D3.js", "Tailwind CSS"],
    },
    "achievements": {
        "awards":       "πŸ† DRDO Best Exhibitor β€” ICORT '25",
        "selection":    "πŸŽ“ Amazon ML Summer School (few hundred from thousands)",
        "competitions": "πŸ₯‡ 1st E-Cell Ideathon | Top 10/176 IIT Delhi Vision Marathon | Top 5 IIT Bhilai",
        "cp":           "πŸ’» LeetCode 300+ | Codeforces Pupil (peak 1150)",
    },
    "current_focus": "Building production-grade AI systems that survive contact with reality",
}

πŸ† Achievement Showcase

trophy

πŸš€ Featured Projects

🧠 PaperLens β€” AI Research Assistant

FastAPI Β· React Β· TypeScript Β· ChromaDB Β· Groq Β· NVIDIA NIM Β· Qwen (fine-tuned)

  • Fine-tuned Qwen-2.5-Coder-7B on 50+ custom Manim animation examples built from scratch
  • Two-stage pipeline: NVIDIA Nemotron β†’ JSON storyboard β†’ Qwen β†’ Manim Python β†’ MP4
  • Production RAG: arXiv β†’ chunking β†’ ChromaDB β†’ citation-grounded LLM chat
  • Solved 75s+ async timeout via FastAPI BackgroundTasks + asyncio executor isolation
  • 95%+ JSON parsing success via automatic repair logic

πŸ€– SAGE β€” Autonomous Voice Desktop Agent

Python Β· LLMs Β· Multi-Agent Β· STT/TTS Β· Runtime Tool Synthesis

  • Agent synthesises and executes tools at runtime β€” 40+ dynamic capabilities, zero pre-written tool list
  • Full hands-free: wake-word detection β†’ STT β†’ multi-agent LLM orchestration β†’ TTS
  • Multi-step task planning and intent understanding at system level
  • Voice-controlled automation across a unified tool-calling interface

πŸ’° LUMEN β€” Multimodal AI Financial Platform

FastAPI Β· Next.js Β· Go Β· MCP Server Β· OAuth Β· LLMs

  • Multimodal: text, voice, documents β†’ LLM-powered Sharpe Ratio, VaR, AI rebalancing
  • Go-based MCP server for OAuth cross-account financial data aggregation
  • Built backend infra and LLM context layer together end-to-end

⚑ autoresearch-lite β€” Autonomous ML Research Agent

Python Β· PyTorch SDPA Β· LLMs Β· Muon Optimizer

  • Ported Karpathy's H100-only agent to free T4 GPUs via PyTorch SDPA
  • 22 autonomous overnight experiments β€” multi-key API rotation + resume-safe checkpointing
  • Agent loop: LLM proposes diffs β†’ trains β†’ parses val bpb β†’ commits or reverts
  • Open-sourced for reproducible zero-cost ML research

πŸ”¬ PEFT Showdown β€” Fine-Tuning Methods Benchmark

PyTorch Β· HuggingFace PEFT Β· TRL Β· Kaggle T4

Benchmarked 6 PEFT methods (LoRA, QLoRA, DoRA, VeRA, AdaLoRA, IA3) on SmolLM2-1.7B β€” same model, same data, same hardware. Built to answer one question: which method should you actually use?

Key findings: DoRA β†’ best final loss Β· IA3 β†’ LoRA quality at 10Γ— fewer params Β· QLoRA β†’ honest default for free GPU users Β· Phase 2: safety alignment degradation testing in progress


πŸ“„ Research Publications

βœ… Accepted β€” LION 2026

AdaptSRNet: Enhancing Image Steganalysis via Adaptive Filter-Attention Fusion

Compact deep architecture: learnable SRM filter banks + SE/CBAM multi-scale attention fusion for high-precision binary steganalysis. Evaluated on WOW stego images at 0.2 bpp with full ablation studies.

Deep Learning Attention Mechanisms Digital Forensics Steganalysis

πŸ”„ Under Review β€” LION 2026

Cold-Start Learning Under Domain Uncertainty: A Strategy Selection Perspective

Reframed cold-start forecasting as a strategy selection problem. Used normalised Wasserstein distance as domain divergence criterion β€” no target labels needed. Showed scratch training outperforms transfer learning under measurable domain mismatch.

Cold-Start Learning Transfer Learning Domain Adaptation


πŸ› οΈ Tech Stack

AI / ML / Research

LLM & Agent Systems

Languages

Backend / Infra / Frontend


πŸ“Š GitHub Battle Stats



πŸ’­ Dev Wisdom


πŸ“« Let's Build Something Real

Status: 🟒 Open to AI/ML Internships Location: Naya Raipur, India Email: parth23100@iiitnr.edu.in

πŸ’‘ "Building at the intersection of research and production β€” where things actually break."

⭐️ From Parth Patel | Grad: June 2027 πŸš€

Pinned Loading

  1. ai-avatar-assistant ai-avatar-assistant Public

    πŸŽ™οΈ AI-powered voice assistant for Windows with 40+ tools, auto-tool generation, and natural language control

    Python 1

  2. autoresearch-lite autoresearch-lite Public

    Forked from karpathy/autoresearch

    AI agents running research on single-consumer-grade-GPU nanochat training automatically

    Jupyter Notebook 11 10

  3. Fine_Tunning Fine_Tunning Public

    Comparing 6 parameter-efficient fine-tuning methods on the same model, dataset, and hardware. Built to answer one question: which method should you actually use?

    Jupyter Notebook 1

  4. paperlens paperlens Public

    Python 1