How to Extract Structured Meeting Insights with Python and LLMs
Automate meeting transcript analysis using Python and OpenAI. Learn to extract action items and decisions into validated JSON format with Pydantic.
Welcome to my personal workbench. Here, I share practical, ultra-simple recipes designed to turn repetitive manual work into one-click “superpower unlocks”. From cleaning up messy folders to automating your inbox, these are the real-world hacks I’ve used throughout my career as a Senior Principal Engineer to reclaim my time. Let’s stop doing the “boring stuff” and start building together.
Automate meeting transcript analysis using Python and OpenAI. Learn to extract action items and decisions into validated JSON format with Pydantic.
Learn how to automate the conversion of PyTorch models to ONNX format for high-performance production inference using this robust Python script.
Learn how to use Python to automatically scan legacy PHP projects for deprecated functions and security risks using pathlib and regular expressions.
Learn how to use Python to parse Spring Boot log files, extract error frequencies, and identify critical stack traces automatically for faster debugging.
Learn how to automate Oracle database exports to CSV using Python and the oracledb library. A complete guide for DBAs and Data Analysts.
Learn how to automate your daily information gathering using Python. Sharanam Shah teaches you how to scrape headlines and save them to a file automatically.
Learn how to create a simple Python script to automatically sort your messy folders into organized categories. Perfect for beginners!