GCP + OpenAI Automation
Multi-API orchestration platform pairing GCP services with OpenAI — predictive weather, multi-participant calendar scheduling, and Gmail automation over OAuth 2.0.
Pipeline
Architecture
End-to-end flow, stage by stage.
- 01
Weather API
- 02
Calendar API
- 03
Gmail OAuth
- 04
OpenAI
- 05
Python orchestration
How it works
Connected real-time and forecast weather data, Google Calendar, Gmail, and OpenAI through Python REST workflows rather than isolated API demos.
Handled scheduling conflicts, multiple participants, time zones, delegated OAuth 2.0 access, and intelligent email drafting and categorization.
Structured the integrations as event-driven workflows representative of enterprise automation and cloud data-pipeline patterns.
- 3
- Google services orchestrated
- OAuth 2.0
- Secure delegated access
Stack
More projects
Computer Vision
Halo Trace — AI-Powered LinkedIn Profile Finder
FastAPI + React app with multi-layer text recognition (Gemini Vision with EasyOCR fallback) that extracts names from images and resolves verified LinkedIn profile URLs in seconds.
Computer Vision
Neural Style Transfer
Combined content and style features from CNN layers using Gram matrix texture representation and a composite loss function — foundational generative vision work.