Skip to content
View Pranav-d33's full-sized avatar

Block or report Pranav-d33

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

Typing SVG


I'm a pre-final year ECE undergrad at SGGS Nanded who got pulled into the AI rabbit hole and never came back.

My path started with circuits and signals — but somewhere between understanding how neurons fire and how transformers attend, I realized the most interesting engineering happening right now is at the intersection of language, reasoning, and autonomous systems. So that's where I went.


LinkedIn Email GitHub Profile Views


▸ What I Actually Build

I don't collect projects — I build things I want to understand deeply.


▸ GPT-style Small Language Model — trained from scratch

Not fine-tuning, not LoRA on someone else's weights. A full GPT architecture (6 layers, 6 heads, 384-dim) trained on TinyStories from scratch — custom tokenization, mmap pipelines, AMP mixed precision, warmup + cosine LR scheduling. Built to understand what's actually happening inside the attention mechanism.

Repo


▸ Medaura — Autonomous Multi-Agent Pharmacy System

A live system where 4 specialized agents (Ordering, Safety, Forecast, Procurement) collaborate autonomously — prescription parsing, inventory reasoning, order generation across 4 languages. ChromaDB for semantic retrieval, Langfuse for full observability of every LLM reasoning step. Not a chatbot wrapper — a real agentic architecture.

Live


▸ RFwatch — open-source RF monitoring tool

Desktop application for detecting, analyzing, and visualizing RF signals in real time using HackRF One. Clean four-layer architecture: UI → EngineController → Engine pipeline → IQ hardware. Physical-layer first — no protocol decoding, no black-box classification. Everything is deterministic and traceable. Dual modes: Inspector and Scanner.

Repo


▸ Stack

ML / AI

Google ADK HuggingFace

LLM & Agentic

LangChain OpenAI Anthropic

Backend & Infra

Python FastAPI Node.js Vercel

Databases

ChromaDB FAISS Neo4j Pinecone


▸ GitHub Stats


▸ Credentials That Actually Mean Something

SIH Buildathon


▸ What I'm After

AI/ML Research · LLM Engineering · Agentic AI Engineering

I want to work on systems that reason, not just autocomplete. If you're building something in that space, I'm interested.


▸ Research Interests
  • LLM scaling and emergent capabilities
  • Efficient inference and model compression (LoRA, PEFT, INT4/INT8 quantization)
  • Multi-agent coordination and tool-augmented reasoning
  • Retrieval-Augmented Generation (RAG) for long-context tasks
  • Transformer pre-training dynamics
▸ Certifications
  • Quantization Fundamentals — Hugging Face
  • MCP: Build Rich-Context AI Apps — Anthropic
  • AI Fluency: Framework & Foundations — Anthropic


Pinned Loading

  1. RFwatch RFwatch Public

    Open-source RF monitoring tool for HackRF (physical-layer only, early v1)

    Python 4

  2. MedAura MedAura Public

    Python 1

  3. browser_automation_agent-gmail- browser_automation_agent-gmail- Public

    Python

  4. small_language_model_from_scratch-TinyStories- small_language_model_from_scratch-TinyStories- Public

    Jupyter Notebook

  5. SatSaarthi SatSaarthi Public

    Python

  6. Gemini-Multimodal-Video-Analyzer Gemini-Multimodal-Video-Analyzer Public

    Python