ββββββ ββββ ββββββ βββ ββββββ βββ βββ
βββββββββββββ ββββββ βββββββββββββββ ββββ
ββββββββββββββ ββββββ ββ βββββββββββ βββββββ
ββββββββββββββββββββββββββββββββββββ βββββ
βββ ββββββ βββββββββββββββββββ βββ βββ
βββ ββββββ βββββ ββββββββ βββ βββ βββ
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)
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:
PythonPyTorchFastAPIReactViteDockerCUDAHuggingFace TransformersWebSocketSSE
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:
DjangoWebSocketsJavaScriptHugging Face API
Languages
AI / ML
Web & Backend
Tools & DevOps
- β 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
- π 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


