Zoom Transcript Summary Pipeline

[2025-2026]

Internal AI tool integrating with the Zoom API via webhooks and REST endpoints to generate custom summaries of Zoom calls. Users could either trigger summaries manually with custom prompts or configure an automated pipeline for recurring summarization. Built primarily for sales teams to surface insights from their calls, the tool included a UI for managing, reviewing, and regenerating summaries, along with a function-calling tool that let an LLM pull call summaries on demand. I also implemented a RAG (Retrieval-Augmented Generation) system that let the marketing team query across the generated summaries.

STACK:
Python // Streamlit // PostgreSQL // Flask // REST APIs
AWS S3 Buckets // S3 Vectors // AWS Bedrock

Air Quality Monitor

[2026]

Built a real-time air quality monitoring dashboard using a Raspberry Pi Zero 2W and a Sensirion SEN66 sensor. Dashboard displays live air quality metrics such as Co2, VOC and particulate matter and also provides historical data trends.

STACK:
Python // Flask // Javascript // HTML // CSS

Telegram Stock Alerts

[2026 - Currently in Development]

A Telegram bot running headlessly on a raspberry pi that delivers real-time alerts on a watchlist of stocks, covering price movements, news, and technical indicators like RSI and MACD. Separate from the alerts, the bot sends periodic AI-generated reports on the user's watchlist, including position-sizing guidance based on user-defined parameters. It also screens the broader market for top gainers and losers and explains what's driving the moves.

STACK:
Python // C++ // sqlite
  • > Repository includes a C++ data analysis engine used for calculating sharpe ratios.

StockChat

[2025]

Financial Tech application that displays real time Stock and Options data to users. Users can search a specific stock ticker, and generate an AI overview based on the stocks historical price, financial data, and latest news. Users can also select a specific option contract (date and strike price) and receive an AI overview of the contract.

STACK:
Python // Flask APIs // React Native Javascript
Openrouter // sqlite // Azure
  • > Currently closed source.