Skip to content
View sohamvjadhav's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sohamvjadhav

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
sohamvjadhav/README.md
Soham Jadhav

Portfolio Hugging Face GitHub repositories


Hey, I'm Soham 👋

Final-year Computer Engineering student at SPPU, based in Pune. I like taking ambitious technical ideas from a rough mental model to a working, observable product.

My work sits at the intersection of software systems, machine intelligence, and thoughtful product design — from GNNs that find coordinated fraud to small models fine-tuned on consumer hardware, and agents that operate inside real cloud environments.

I’m especially interested in the space between a model that works in a notebook and a system that can be trusted in the world.

WEB & SYSTEMS  AI / ML  CLOUD INFRASTRUCTURE  PRODUCT ENGINEERING


Selected work

Graph-neural-network fraud detection for UPI payment graphs.

Finds mule accounts and coordinated fraud rings that transaction-by-transaction rules miss. Includes ring-aware evaluation, GNN explanations, drift monitoring, and a FastAPI dashboard.

PyTorch PyG FastAPI GNNs

An AI SRE agent for real cloud environments.

Collects infrastructure telemetry, investigates root causes, surfaces cost waste, forecasts operational problems, and alerts only when an action matters.

AI agents SRE Telemetry Cloud

An Android volume controller driven by movement.

Uses GPS as the authoritative vehicle-speed signal, with a self-calibrating step-sensor fallback for walking and running. Built with platform APIs and hardened for foreground execution, lock-screen use, and OEM battery policies.

Kotlin Android GPS Sensors

A compact Gemma 2B instruction model.

Fine-tuned with Unsloth on consumer hardware, focused on making useful model experimentation accessible without a large training budget.

Gemma Unsloth Hugging Face

Flood-risk forecasting for Maharashtra's river basins.

A GRU sequence model that predicts flood risk 24–72h ahead over the Godavari, Krishna & Konkan basins — upstream-lag spatial features, isotopic calibration (4 risk tiers), and baseline ablation against a stacking classifier.

GRU Time Series ML Climate

Qwen SPPU theory QA model


My toolkit

Build
React · Node.js
TypeScript · Laravel
Learn
PyTorch · PyG
Hugging Face · Unsloth
Ship
Cloudflare · AWS
Oracle · FastAPI
Think about
Systems · Agents
ML products · Reliability

How I work

understand the problem  →  build the smallest useful system
             ↑                         ↓
       study the failure  ←  measure what actually happened

I care about the parts that are easy to skip: clear assumptions, meaningful evaluation, failure modes, observable behavior, and documentation that tells the truth about what a project can and cannot do.


Find me around the internet

Website Hugging Face X


Built with curiosity · Pune, India

Pinned Loading

  1. Mule-Hunt Mule-Hunt Public

    Graph-neural-network fraud detection for UPI payment graphs: catches mule accounts and coordinated fraud rings that per-transaction rules miss. Synthetic benchmark data via SantanderAI/gen-fraud-gr…

    Python 2

  2. pace-atlas pace-atlas Public

    Forked from NousResearch/hermes-agent

    AI SRE agent that lives inside your cloud instance. Telemetry, smart alerts, root-cause analysis, cost optimization, and predictive insights — alerts you only when it matters.

    Python

  3. SpeedVolume SpeedVolume Public

    Android app that scales media volume with GPS speed — faster means louder. Accuracy-first: GPS remains authoritative, with a self-calibrating step-sensor fallback and a Quick Settings tile. Built o…

    Kotlin 1 1

  4. floodsense floodsense Public

    GRU sequence model predicts flood risk 24-72h ahead over Maharashtra's Godavari, Krishna & Konkan basins. Upstream-lag spatial features + isotopic calibration (4 risk tiers). Baseline ablation with…

    TypeScript