Skip to content
View garg-tejas's full-sized avatar
  • Nagpur

Highlights

  • Pro

Block or report garg-tejas

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

Hey, I'm Tejas 👋

Typing SVG

I build AI systems that work in the real world—not just in notebooks.

Currently exploring diffusion models, explainable AI, and real-time computer vision. Pre-final year CSE (AIML) student at IIIT Nagpur.


What I'm working on

Research stuff:

  • Built an XAI framework for diffusion-based medical classifiers (XAI)
  • Reproduced DiffMIC-v2 from scratch for diabetic retinopathy grading
  • Teaching language models to reason with GRPO (experiment)

Production systems:

  • Real-time PPE compliance monitoring with event-driven architecture (SentinelVision)
  • NL-to-SQL pipeline with chain-of-thought reasoning (NL-2-SQL)
  • AI-powered blood report parser with dual OCR pipeline (BloodParser)

Tools I built for myself:

  • Personal knowledge curation with contradiction detection (Noesis)
  • Multi-agent systems, RAG pipelines, and other experiments

Tech I use

Languages
Python TypeScript JavaScript

ML/AI
PyTorch Hugging Face OpenCV scikit-learn

Frameworks & Tools
FastAPI Next.js React Docker PostgreSQL


Things I care about

  • Making AI interpretable (not just accurate)
  • Designing systems that handle real-world constraints (occlusion, latency, cost)
  • Honest experimental reporting (including failures)
  • Writing READMEs that actually help people understand the work

Let's talk if you're into:

  • Research collaborations (XAI, diffusion models, RL for reasoning)
  • Production ML challenges (video pipelines, LLM applications, edge deployment)
  • Interesting projects that need AI engineering
  • Career opportunities in ML/research engineering

Reach out: tejas@tejasgarg.inLinkedInPortfolio


📍 Nagpur, India • 🎓 IIIT Nagpur

Pinned Loading

  1. lab-safety-monitor lab-safety-monitor Public

    Forked from The-Harsh-Vardhan/PPE-Safety-Compliance-Detection-System

    Real-time AI system for PPE compliance monitoring using multi-person tracking, face recognition, and a hybrid YOLO–SAM pipeline with temporal filtering and event deduplication.

    Python

  2. xai-diffusion-based-models xai-diffusion-based-models Public

    Explainable AI framework for diffusion-based medical image classification. Temporal, causal, and counterfactual interpretability for the DiffMIC-v2 architecture.

    Python

  3. teaching-mistral-to-think teaching-mistral-to-think Public

    Applied Group Relative Policy Optimization (GRPO) to induce structured reasoning in Mistral-7B, achieving improved GSM8K math accuracy through RL.

    Jupyter Notebook

  4. nl2sql nl2sql Public

    Forked from S1ddharth-Kumar/NL-2-SQL

    Interpretable natural-language-to-SQL system with schema reasoning, verification, security hardening, and benchmarked performance on Spider.

    Python

  5. noesis noesis Public

    AI-powered knowledge distillation app that extracts key ideas from saved content, auto-tags them, and detects contradictions across notes.

    TypeScript

  6. Synthetix-CS Synthetix-CS Public

    A full-stack CS interview prep app for OS, DBMS, and CN. It turns textbook chunks into interview-style question cards, grades answers with an LLM pipeline, and serves them via spaced repetition wit…

    Python