Skip to content
View saurabh2836's full-sized avatar

Block or report saurabh2836

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

Hi, I'm Saurabh Kamble πŸ‘‹

Senior Full Stack Engineer β†’ AI/ML Engineer
Building intelligent systems at the intersection of backend engineering and applied AI.
10+ years shipping production systems Β· Currently focused on AI/ML engineering

LinkedIn Twitter Medium Email


πŸ€– AI / ML Engineering Projects

🏦 Annual Report Intelligence Pipeline

RAG system for querying multi-year company annual reports
Extracts text, charts, and tables from PDFs. Stores embeddings in Pinecone, structured data in metadata. GPT-4o Vision describes visual pages so charts become searchable. Supports cross-year queries and auto-generates matplotlib charts from table data.

Python OpenAI GPT-4o Pinecone PyMuPDF pdfplumber RAG Vector Search


🎯 ML Interview System

AI-powered mock interview system for ML/System Design/Observability roles
Full mock interview flow β€” pick a question semantically via Pinecone, submit your answer, get scored by GPT-4o with strengths/gaps/follow-up questions, and receive a final readiness report. 30 seed questions across ML theory, system design, and ML observability.

FastAPI OpenAI GPT-4o Pinecone Elasticsearch Python RAG Vector Search

Elasticsearch handles structured filters (topic, difficulty, tags) and stores ideal answers.
Pinecone handles semantic question similarity search.
GPT-4o evaluates answers and generates follow-up questions dynamically.


πŸ¦€ Rust Microservice

High-performance microservice built in Rust
Exploring systems programming with Rust β€” focused on memory safety, async performance, and building production-grade backend services without a garbage collector.

Rust Async Systems Programming


πŸ“‘ WiFi Device Scanner (r_lanlib)

LAN device discovery tool in Rust
Scans local network using the r_lanlib crate to detect connected devices. Built during Rust learning phase to explore low-level networking in a systems language.

Rust Networking r_lanlib


🧠 Rust Coding Course

Working through Rust from first principles
Structured notes and exercises covering ownership, borrowing, lifetimes, traits, async/await, and error handling β€” the concepts that matter for building reliable backend systems.

Rust Systems Programming


πŸ“ˆ Stock Market Analysis

Python-based stock analysis experiments
Quantitative analysis scripts using Python β€” exploring financial data pipelines, technical indicators, and data visualization. Foundation for future ML-based trading signal work.

Python Jupyter Pandas Financial Data


🧬 TensorFlow Deep Learning

Zero to Mastery deep learning curriculum
Hands-on notebooks covering CNNs, transfer learning, NLP with transformers, and time-series forecasting using TensorFlow/Keras.

TensorFlow Keras Deep Learning Python Jupyter


πŸ› οΈ Tech Stack

AI / ML

Python OpenAI PyTorch TensorFlow Pinecone LangChain

Backend & Infrastructure

FastAPI Node.js Rust Elasticsearch Kafka Redis Docker Kubernetes AWS PostgreSQL

Frontend

React TypeScript Vue.js


πŸ“Œ What I'm Building Toward

Production ML Engineer
β”œβ”€β”€ RAG systems & vector search
β”œβ”€β”€ LLM fine-tuning & evaluation
β”œβ”€β”€ ML observability & monitoring  
β”œβ”€β”€ Real-time feature stores
└── High-performance backends in Rust

I spent 10+ years building scalable backend systems at companies like Shaadi.com, Sourcebits, and Wheelstreet. Now applying that production engineering discipline to AI/ML β€” the difference between a demo and something that works in prod.


πŸ“ Writing

AI / ML Engineering β€” LinkedIn Articles

Title Topic
🧠 Beyond RLHF: Moving to RLAIF β€” The AI Feedback Loop LLM Alignment Β· RLAIF vs RLHF Β· Constitutional AI
⚑ Why Every AI/ML Engineer Must Master Quantization in 2026 Model Compression · INT8 · QLoRA · Inference Optimization
πŸ—οΈ Understanding the Architecture of Modern LLMs β€” Layer by Layer Transformer Architecture Β· Attention Β· MoE Β· KV Cache
πŸ” Advanced RAG Preprocessing: How Top AI Teams Are Making Retrieval Smarter RAG Β· Chunking Strategies Β· Hybrid Search Β· Reranking

Earlier Writing


Open to Senior Backend / AI/ML Engineering roles Β· Pune, India Β· Remote-friendly

Pinned Loading

  1. Stock-Analysis Stock-Analysis Public

    Forked from Mellowun/Stock-Analysis

    Stock Analysis Algorithm using Python

    Jupyter Notebook 2 1

  2. vuex-stateManagement vuex-stateManagement Public

    Forked from sourcebits-saurabh/vuex-stateManagement

    Vuex Complete State management with all options

    JavaScript 1

  3. microservice-apis-with-python microservice-apis-with-python Public

    Forked from alainlompo/microservice-apis

    Code repository for the book

    Python

  4. next-js-course next-js-course Public

    next-js-course

    TypeScript

  5. solidity-learning solidity-learning Public

    Forked from NazaWEb/ultimate-solidity-course-for-complete-beginners

    ultimate-solidity-course-for-complete-beginners

    Solidity

  6. tensorflow-deep-learning tensorflow-deep-learning Public

    Forked from mrdbourke/tensorflow-deep-learning

    All course materials for the Zero to Mastery Deep Learning with TensorFlow course.

    Jupyter Notebook