Skip to content
View 0SiddharthKumar0's full-sized avatar

Highlights

  • Pro

Block or report 0SiddharthKumar0

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

Backend · AI Systems · Intelligent Automation · Engineer

LinkedIn Email GitHub


I build systems that make decisions. Not just systems that process requests.

My work sits at the intersection of backend engineering, operational automation and applied AI. I have shipped LLM-powered diagnostic pipelines, computer vision inspection systems, real-time workflow engines and backend platforms that handle real operational load. Across all of it, one thing stays constant: the engineering has to be trustworthy, not just functional. Confidence thresholds, deterministic control logic, audit trails and human oversight where the stakes are high. These are not optional features. They are the baseline.

AI belongs inside a well-engineered system, not in front of it.

Every system here is built around that principle.


6 production systems  ·  Backend  ·  AI & LLMs  ·  Computer Vision  ·  Workflow Automation  ·  Decision Intelligence


Stack

Backend & APIs

Java Spring Boot FastAPI Node.js Django Flask

Also: REST APIs · JPA/Hibernate · JavaScript · Maven

AI & Machine Learning

Python PyTorch OpenCV scikit-learn HuggingFace LangChain LlamaIndex Ollama

Also: Transformers · Pandas · NumPy · LLMs · RAG · Vector Search · LSTM/GRU

Data & Storage

PostgreSQL MySQL Qdrant

Also: SQLAlchemy

Cloud & DevOps

Docker AWS GitHub Actions Linux

Also: Azure · CI/CD

Dev & QA

Git Postman JUnit Mockito

Also: System Design · Workflow Orchestration


Projects

At 2am when production is on fire, the last thing you want is a search bar. This system already knows what broke before. It retrieves similar incidents, ranks root-cause hypotheses by confidence, decides if it is certain enough to act on its own or if it needs a human to sign off, and records every reason it made each call. Mean triage time went from 30 minutes to under 12. Unnecessary escalations dropped by 35%.

Python FastAPI LangChain Qdrant PostgreSQL Docker


The ML model gets to predict. The safety layer gets to decide. They never swap roles. That one design rule is what makes this system safe enough to control hardware while you sleep. Thermal micro-awakenings dropped by 45%. Manual temperature adjustments disappeared from over 80% of sessions.

Python PyTorch LSTM/GRU FastAPI Docker RNN


Every wrong call a computer vision model makes in a hotel is a guest complaint waiting to happen. So this system does not just classify rooms. It watches itself. Every disagreement with a human inspector gets logged, tracked and fed back into threshold calibration. 1,500 to 2,000 rooms a day. Every disagreement makes the next call sharper.

Python OpenCV PyTorch FastAPI PostgreSQL


[Real-Time Incident Routing Engine]

Two incidents arrive at the same time. Two engineers grab the same one. Now one has two owners and the other has none. This engine makes that impossible. Every incident gets exactly one owner, one path through acknowledgment and escalation, with deterministic routing that holds even when multiple failures hit at once. Mean resolution time went from 22 minutes to under 8.

Java Spring Boot REST APIs PostgreSQL Docker


[Hotel Operations Orchestration Platform]

A 6-person hotel staff handling 52 guest requests a day sounds manageable until someone calls in sick, three rooms need cleaning at once and the front desk is running on a whiteboard. This system replaced the whiteboard. Built for ButeakSuites, it routes every request to available staff based on real-time workload, with guaranteed sub-15-second dispatch. Fulfillment time went from around 10 minutes to 4 minutes.

Java Spring Boot JPA/Hibernate Node.js PostgreSQL Docker


[Threat Intelligence Enforcement System]

Bad threat data does not announce itself as bad. It just looks like data. Duplicate entries, stale records and conflicting feeds all look the same to an analyst under pressure. By the time someone realises the intelligence was wrong, a decision has already been made on it. This system sits at that point and blocks anything it cannot verify before it reaches a human.

Python FastAPI PostgreSQL Docker


Experience

Software Development Engineer Intern · BUILD91

Three companies. Six products shipped. All in one internship.

  • Delivered production systems across BUILD91, EmagicorTech and Manojava Systems, spanning hotel operations, sales automation and threat intelligence.
  • Took a 52-room hotel from whiteboard coordination to a deterministic workflow engine. Now the operational backbone of ButeakSuites.
  • Took a sales team's daily lead capacity from under 15 to 40+ by automating every step between a lead arriving and someone owning it.
  • Found 17,000 operational records silently corrupting production. Cleaned them. Reduced repeat incidents by 30%.
  • Pushed task dispatch to under 15 seconds. Tripled pipeline throughput. Cut mean incident resolution from 20 to under 8 minutes.

Education

M.Tech in Computer Science and Engineering from the International Institute of Information Technology, Naya Raipur, with a postgraduate specialisation in Data Science and AI. The statistical learning, applied ML and intelligent systems work done here is the academic foundation behind the engineering in these repos. My Undergraduate degree in Computer Science and Engineering from MIT Arts, Design and Technology University, Pune, where the software fundamentals were built.


If something in the pinned repos caught your attention, I am happy to walk through the design decisions behind it.

Pinned Loading

  1. The-LLM-Incident-Resolution-Engine The-LLM-Incident-Resolution-Engine Public

    Production-style incident response system using RAG, LLM inference, confidence scoring, approval workflows, audit trails, PostgreSQL, and Qdrant to generate explainable root-cause diagnoses and rem…

    Python

  2. ML-Based-Room-Cleanliness-Scoring-Validation-Pipeline ML-Based-Room-Cleanliness-Scoring-Validation-Pipeline Public

    AI-assisted room inspection platform using computer vision, confidence-aware decision workflows, human review, and audit logging for operational quality assurance.

    Python

  3. SHIELD-Secure-Hidden-Information-Encryption-and-Layered-Data SHIELD-Secure-Hidden-Information-Encryption-and-Layered-Data Public archive

    Intellectual property repositories and other high-value data stores remain vulnerable to adversaries who bypass conventional defenses and extract sensitive content.

    Jupyter Notebook

  4. SomnoTherm-A-Physiological-ML-Decision-System SomnoTherm-A-Physiological-ML-Decision-System Public

    Python

  5. DevConnect-AI-Powered-Developer-Collaboration-Platform DevConnect-AI-Powered-Developer-Collaboration-Platform Public

    AI-Powered Developer Collaboration Platform

    JavaScript