Locomotive Diagnostic GPT
AI-driven assistant that models how industrial failure patterns can be translated into structured troubleshooting logic. Built by blending frontline domain experience with LLM reasoning patterns, which is very useful for showing how expert workflows can be standardized and scaled inside software.
Tech: ChatGPT, LLM Prompt Engineering
Telemetry Emulator
Simulates OBD-II sensor data from a Corolla and streams it into a FastAPI endpoint, then visualizes trends on a dashboard. Useful for time-series reasoning demonstration, and serves as a sensor noise translation into customer facing narratives.
Tech: Python, FastAPI, Matplotlib