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

Block or report PRATdoppelEK

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.

Content in all repositories owned by your account will be closed.
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
PRATdoppelEK/README.md

Prateek Gaur — Applied ML Engineer

München, Deutschland · LinkedIn · prateekgaur@gmx.de · Portfolio


About me

I am an Applied ML Engineer with a background that grew from practice: Mechanical Engineering (B.Tech.)Battery Systems & Energy Engineering (M.Sc. TU Berlin)Machine Learning & AI Engineering

This combination is rare. I don't just understand Python, PyTorch, and LLM pipelines — I understand what the data physically means. Battery degradation models, thermal simulations, time-series data from industrial systems: this is the domain knowledge my ML solutions are built on.

I build multi-agent systems with human-in-the-loop review, production-grade computer vision pipelines, and deployed RAG/predictive-maintenance applications — bringing the same rigor from battery engineering to agentic AI architecture. Several projects below are live and clickable, not just described.


Skills

Area Tools
ML & Deep Learning Python · PyTorch · scikit-learn · CNN · LSTM/RNN · 3D U-Net · XGBoost · time-series analysis
LLM & Agentic AI LangChain · LlamaIndex · RAG systems · FAISS/Chroma · local LLMs (Ollama)
Multi-Agent & Agentic Systems A2A protocols, agent orchestration, confidence routing, HITL workflows
AI Enablement Make.com · n8n · Claude Projects · Microsoft Copilot · no-code AI · workflow automation
MLOps & Cloud Azure · AWS ECS · Kubernetes · Docker · FastAPI · Evidently AI · Prometheus · CI/CD (GitHub Actions)
Battery & Energy SOC/SOH modelling · BMS · thermal simulation · cell balancing
CAD & Simulation CATIA V5 · Siemens NX · SolidWorks · MATLAB/Simulink · HyperWorks

Featured projects

⚡ Inverter Predictive AI — Live Demo

Predictive maintenance dashboard for solar inverter fleets — fleet-level anomaly detection, alert breakdowns, and unit-level drill-down, all in a deployed, interactive interface. 🔗 Live demo Python Streamlit Time-series Predictive Maintenance

📋 Tender Compliance RAG — Live Demo

RAG-based assistant for tender and grid compliance document review — semantic search and Q&A over regulatory documents, deployed on Streamlit Cloud. 🔗 Live demo) Python LangChain RAG Compliance

🧑‍💻 HITL-Ops — Human-in-the-Loop ML Operations Platform

End-to-end platform merging extraction, anomaly detection, classification, and decision agents with a confidence-based human review workflow. Processes records through automated quality gates, escalating low-confidence cases for review and feeding corrections back into an RLHF dataset. Full audit trail and live dashboards. Python Streamlit n8n PyTorch FAISS Ollama scikit-learn HITL

🔍 Vision-Agent-QC — Multi-Agent Battery Cell Visual QC

Battery cell defect detection system built on a custom CNN (98.8% test accuracy, 0.988 macro F1) orchestrated by four cooperating agents — vision, memory, decision, and feedback — communicating over a typed Agent-to-Agent (A2A) protocol. Includes cross-session memory and live drift detection. Python PyTorch OpenCV A2A Protocol Multi-Agent Computer Vision

🧾 Franchise Accounting AI

German-language automated accounting and royalty-reconciliation tool for franchise operations — anomaly detection across franchise fleets and automated reconciliation reporting. Python German-language Automation Anomaly Detection

🤝 Client Onboarding Kit

German-language toolkit for structuring and automating client onboarding workflows for non-technical business teams. Python German-language Workflow Automation

🔋 Battery Digital Twin

LSTM/GRU/Transformer ensemble for SOH/SOC/RUL prediction with FastAPI serving, Streamlit dashboard, Evidently AI drift monitoring, and Kubernetes HPA auto-scaling (1→5 pods); CI/CD via GitHub Actions to Azure and AWS. Python PyTorch FastAPI Kubernetes Docker Evidently AI CI/CD

📄 RAG Pipeline for Engineering Documentation

Production-ready Retrieval-Augmented Generation pipeline over internal simulation guidelines. Integrates local LLMs for data privacy. Semantic search over complex engineering specifications. LangChain LlamaIndex FAISS RAG local-LLM

🔋 Battery SOH Prediction — LSTM/RNN

LSTM and RNN models for State-of-Health estimation and degradation forecasting on real industrial battery datasets. Benchmarked against Random Forest and SVM baselines (~18% lower MAE, MAE=0.018, R²=0.94). Python PyTorch LSTM time-series battery


Education & Credentials

🎓 M.Sc. Energy Engineering — Technische Universität Berlin (2021) Thesis: Custom Battery Cell Balancing Circuit Design Under Thermal Gradient

🎓 B.Tech. Mechanical Engineering — Rajasthan Technical University (2016), First Division

✅ Machine Learning Specialization — DeepLearning.AI / Stanford Online ✅ Battery Management Systems — University of Colorado Boulder (with honours) ✅ Python for Everybody — University of Michigan ✅ CATIA V5 Certified Associate — Dassault Systèmes ✅ Siemens NX Certified Designer


Currently looking for

ML Engineer · AI Engineer · Data Scientist · Battery Systems Engineer Open to roles in Munich and remote across Germany

Languages: English (C2) · German (B2, actively improving) · Hindi (native)

Popular repositories Loading

  1. PRATdoppelEK PRATdoppelEK Public

  2. client-onboarding-kit client-onboarding-kit Public

    AI client onboarding kit — non-technical explainer, 2-hour workshop guide, and pilot agreement template in English and German

  3. inverter-predictive-ai inverter-predictive-ai Public

    AI-powered predictive maintenance for solar inverters and PCS — DC-link capacitor aging, IGBT thermal trends, fan bearing health, insulation monitoring with FastAPI REST endpoint and Streamlit flee…

  4. tender-compliance-rag tender-compliance-rag Public

    RAG-powered tender & grid compliance assistant for Indian DISCOM BESS projects — indexes JdVVNL, AVVNL, MSEDCL tenders and CEA, IEC 62619, IEEE 1547 grid codes with cited answers, compliance checks…

  5. franchise-accounting-ai franchise-accounting-ai Public

    AI-powered franchise accounting system — automatic royalty calculation, anomaly detection (Isolation Forest), transaction categorization with GST/TDS flags, and Streamlit dashboard for franchise ne…

  6. vision-agent-qc vision-agent-qc Public

    Battery cell visual quality control using multi-agent architecture with A2A protocol — CNN defect detection, cross-session memory, drift detection and Streamlit monitoring dashboard