Skip to content
View herambpatilofficial's full-sized avatar
💡
Ideating
💡
Ideating

Block or report herambpatilofficial

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

Hi, I'm Heramb 👋

I build across machine learning research, healthcare tech, full-stack web, and developer tooling. Below is a curated selection of my work — grouped by theme so you can jump to what interests you.


🧠 ML & Research

Project What it is
interactive-lora-steering Reference implementation for "Interactive LoRA Steering" (IJARAS/IJC 2025) — targeted class unlearning using LoRA + Inverted Hinge Loss. Evaluated on MNIST (CNN) and CIFAR-10 (ResNet-18) with MIA privacy metrics.
stacked-lora Reference implementation for "Stacked LoRA" (IJCNLP-AACL 2025) — zero-forgetting continual learning by composing frozen task-specific LoRA adapters. Permuted-MNIST: 90.75% avg, Llama-3.2-1B NLP: 86.38% avg.
Spatial-JEPA Self-supervised learning of metric 3D geometry from RGB-D. Geometry emerges from pretraining and transfers zero-shot from indoor scenes to outdoor driving to colonoscopy — for ~$4 of compute.

🩺 Healthcare & MedTech

Project What it is
VenturiSpiro (app) Flutter mobile app for Bluetooth spirometry — guided lung-function testing on your phone.
VenturiSpiro (backend) Django REST Framework auth API powering the VenturiSpiro app.

🛠️ Developer Tools & AI

Project What it is
deBloat Stretch your Claude Code usage by offloading work to cheaper AI workers.
Repo-to-Text Bundle any GitHub repo into a single prompt-ready text file for LLMs. React + Vite + TypeScript.

🌐 Web Apps

Project What it is
Inventory Management System Stock tracking, purchase orders, and sales analytics for franchisee stores (Django + Tailwind).

⚙️ Utilities

Project What it is
Bulk Image Renamer A tiny Python tool to batch-rename images in a folder with a custom prefix.

🧰 Tech I work with

Languages: Python · TypeScript · Dart · JavaScript ML: PyTorch · TensorFlow · self-supervised learning · computer vision Web & mobile: Django · FastAPI · Django REST Framework · React · Flutter · Tailwind CSS


📌 The repositories above are pinned on my profile. Feel free to explore, open an issue, or reach out.

Popular repositories Loading

  1. Bulk-Image-renaming-using-Python Bulk-Image-renaming-using-Python Public

    Batch-rename every image in a folder with a custom prefix — a tiny Python utility

    Python

  2. herambpatilofficial herambpatilofficial Public

  3. Inventory_Management_System Inventory_Management_System Public

    Inventory management for franchisee stores — stock tracking, purchase orders, and sales analytics (Django + Tailwind)

    JavaScript 2

  4. venspiro venspiro Public

    VenturiSpiro — Flutter app for Bluetooth spirometry. Pairs with the venspirobackend API

    Dart

  5. venspirobackend venspirobackend Public

    Django REST Framework auth API — registration, login, password reset, email change. Backend for VenturiSpiro

    Python

  6. Repo-to-Text Repo-to-Text Public

    Bundle any GitHub repository into a single structured text file to feed an LLM as a prompt (React + Vite + TypeScript)

    TypeScript