Skip to content
View itzanway's full-sized avatar

Block or report itzanway

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
itzanway/README.md
 █████╗ ███╗   ██╗██╗    ██╗ █████╗ ██╗   ██╗
██╔══██╗████╗  ██║██║    ██║██╔══██╗╚██╗ ██╔╝
███████║██╔██╗ ██║██║ █╗ ██║███████║ ╚████╔╝ 
██╔══██║██║╚██╗██║██║███╗██║██╔══██║  ╚██╔╝  
██║  ██║██║ ╚████║╚███╔███╔╝██║  ██║   ██║   
╚═╝  ╚═╝╚═╝  ╚═══╝ ╚══╝╚══╝ ╚═╝  ╚═╝   ╚═╝  

Software Engineer · AI/ML Engineer · Open Source Builder

LinkedIn Gmail Portfolio Profile Views


👨‍💻 About Me

I'm a B.Tech CSE student at IIIT Surat who builds AI-integrated, production-grade systems — not just demos.

  • 🔬 Deep interest in ML systems, NLP pipelines, and LLM application development
  • 🏗 I build real tools — job automation bots, collaborative editors, scraping engines
  • 🌐 Full-stack capable: from REST APIs and WebSockets to React frontends
  • 🔁 20+ open-source contributions with 70%+ PR merge rate
  • 🎯 Looking for: SWE / AI-ML Engineer roles (internship or full-time)

Featured Projects

Built a miniature version of vLLM to understand production LLM serving at the systems level. No model.generate() used anywhere.

┌─────────────────────────────────────────────────────────┐
│                   docker-compose stack                   │
│                                                          │
│   React Dashboard ──REST──▶ FastAPI :8000                │
│   • GPU memory gauge        POST /generate (SSE)         │
│   • TPS sparkline           GET  /stats                  │
│   • Batch slot viz          WS   /ws/stats               │
│                                    │                     │
│                             Inference Engine             │
│                             • Custom token loop          │
│                             • Continuous batching        │
│                             • Temperature + top-p        │
│                                    │                     │
│                          GPT-2 / TinyLlama weights       │
└─────────────────────────────────────────────────────────┘

What I built:

  • Custom generation loop — tokenize → forward pass → logits → temperature scaling → top-p nucleus sampling → decode, fully hand-written in PyTorch
  • Continuous batching scheduler — when any sequence hits <EOS>, its slot is immediately freed and the next queued request fills it without pausing other active sequences (3–5x more GPU-efficient than naive batching)
  • FastAPI + SSE streaming — tokens stream to the client one-by-one as generated, exactly like ChatGPT's interface
  • React live metrics dashboard — GPU memory gauge, tokens/sec sparkline, queue depth, batch slot visualizer, all updating every second Stack: Python PyTorch FastAPI React Vite Docker CUDA HuggingFace Transformers WebSocket SSE

Hackathon-winning real-time collaborative coding platform with AI-powered code suggestions

  • Built room-based live collaboration using Django Channels + WebSockets
  • Integrated Hugging Face inference API for context-aware code suggestions
  • Handles concurrent users with real-time sync and conflict-free editing Stack: Django WebSockets JavaScript Hugging Face API

🛠 Tech Stack

Languages

Python C++ JavaScript C Bash

AI / ML

PyTorch scikit-learn HuggingFace OpenAI LangChain

Web & Backend

Django React Node.js Express MongoDB

Tools & DevOps

Git Docker Linux Selenium


📊 GitHub Stats

GitHub Streak


📈 Contribution Activity

GitHub contribution snake

🏆 Open Source

  • ✅ Contributed to 20+ repositories across ML, DevTools, and Web categories
  • 🔀 70%+ PR merge rate — focused on meaningful, well-scoped contributions
  • 🐛 Contributions include: bug fixes, feature additions, docs improvements, test coverage

💡 What I'm Currently Working On

  • 📚 Deepening expertise in transformer architectures and fine-tuning workflows
  • 🔧 Building more LLM-powered developer tools
  • 🤝 Open to collaborations, internships, and full-time SWE/ML roles

📬 Open to Opportunities

I'm actively looking for Software Engineer and AI/ML Engineer roles.
If my work aligns with what your team is building — let's talk.

LinkedIn Email

B.Tech CSE · IIIT Surat · Available for internships & full-time

Popular repositories Loading

  1. ChromeXt ChromeXt Public

    2 1

  2. javascript-mini-projects javascript-mini-projects Public

    Forked from thinkswell/javascript-mini-projects

    Awesome Collection of amazing javascript mini-projects.

    JavaScript 1

  3. itzanway.github.io-index.html itzanway.github.io-index.html Public

    JavaScript 1

  4. vacation-github.io-index.html vacation-github.io-index.html Public

    vacation

    HTML

  5. college_project college_project Public

    This is a project build by me which is a college website of my vision and according to me how a college website should be , I just made a small visualization into a website

    HTML

  6. dsa_college dsa_college Public

    C++