$ ./portfolio --name="Temi Shokunbi" --status=open

Temi
Shokunbi

AI Product Engineer/Full-Stack/Founder/Barrie, ON
View Projects → GitHub ↗ Resume ↓ Contact
temi@dev ~ bash
~ whoami
temi_shokunbi
 
~ cat profile.json
{
  "role": "AI Product Engineer",
  "focus": "Voice AI · Agentic Systems",
  "studio": "Shokunbi Web Studios",
  "startup": "FounderResearch",
  "gpa": 3.4,
  "revenue": "$450K+ USD",
  "award": "2nd · AutoHack 2.0 × Honda",
  "available": "January 2027",
}
 
~
01 — About

WHO I AM

I build AI products end to end. My latest is Iron Protocol — a voice-first, multi-tenant platform where a real-time speech pipeline (in-browser wake word, streaming transcription, sub-second synthesis, and barge-in you can talk over) drives a 70-tool agentic loop across a 58-model database. I'm interested in the unglamorous parts: what happens when the model is wrong, when the network is slow, and when two tenants must never see each other's data.

I'm a Computer Programming student at Georgian College (CGPA 3.40, Dean's List) and a founder in the HBEC Startup Program. After a Venture Development Co-op at the Henry Bernick Entrepreneurship Centre I built FounderResearch through customer discovery and market validation, and earned a Recognition of Entrepreneurial Achievement through the Further Faster program. That side of my work means I can sit with a customer, hear the actual problem, and go build it.

I run Shokunbi Web Studios, a one-person web studio in Barrie — custom sites, e-commerce, and integrations for real businesses like Taste of Lagos, Shoks Capital, and KiloKosi. The two e-commerce platforms I built have generated over $450,000 in first-year revenue for those clients, and I handle everything from development to deployment, payments, and optimization end to end.

I placed 2nd at AutoHack 2.0 — an industry hackathon hosted by Honda of Canada Manufacturing and the Ontario Vehicle Innovation Network. As part of Team Ctrl Alt Elite, I built Honda Equipment Monitor: a full-stack IoT predictive maintenance platform using Arduino sensors, PostgreSQL, scikit-learn, Groq AI, and Flask.

location Barrie, ON — open to remote & hybrid
school Georgian College, Computer Programming
startup FounderResearch @ HBEC Startup Program
email temiloluwashokunbi07@gmail.com
github github.com/lofitemi9
3.40
GPA · Dean's List
$450K
Client Revenue
2nd
AutoHack 2.0 · Honda
HBEC
Startup Program
02 — Experience

WHERE I'VE WORKED

Jul 2026 – Present
Resident Advisor
Campus Living Centres · Barrie, ON (On-site)
  • Supporting operations and student experience for a large residence community.
  • Resolving high-pressure situations and coordinating with multiple departments.
  • Maintaining a safe and inclusive environment for residents.
Apr 2026 – Jul 2026
Venture Development Co-op
Henry Bernick Entrepreneurship Centre · Barrie, ON (Hybrid)
  • Founded FounderResearch, a 1-to-1 research consultation service for early-stage founders.
  • Ran customer discovery interviews and rebuilt the value proposition around what founders said they'd pay for.
  • Prototyped the research workflow using full-stack development.
  • Delivered a full business plan and pitched at the final showcase.
  • Completed the Further Faster Business Accelerator and was awarded a Recognition of Entrepreneurial Achievement.
Apr 2026 – Jul 2026
Residence Services Representative
Residence & Conference Centre · Ontario (On-site)
  • Supported front-desk operations and guest services for summer residence and conference operations.
Sep 2025 – Apr 2026
Resident Advisor
Campus Living Centres · Barrie, ON
  • Fostered a safe, inclusive, and engaging living environment for 500+ students.
  • Provided peer support, conflict mediation, and emergency response coordination.
  • Coordinated with residence staff, campus security, and student services to resolve high-pressure situations.
Sep 2022 – Present
Founder & Web Developer
Shokunbi Web Studios · Freelance
  • Built and launched two e-commerce platforms that generated over $450,000 in first-year revenue for clients — Taste of Lagos ($350K) and KiloKosi ($100K).
  • Run a one-person web studio serving real businesses end to end — Taste of Lagos (restaurant platform), Shoks Capital (financial advisory), KiloKosi (fashion e-commerce).
  • Developed full-stack web applications with integrated payment systems.
  • Managed full project lifecycle end-to-end: design, development, deployment, and optimization.
  • Delivered client websites that improved performance, usability, and online presence.
  • Collaborated directly with clients to gather requirements and implement scalable solutions.
03 — Skills

TECH STACK

AI & ML
LLM Tool-Calling
Agentic Loops
RAG
Prompt Design
Speech-to-Text
TTS Pipelines
TensorFlow.js
scikit-learn
Languages
TypeScript
JavaScript
Python
C#
Java
PHP
SQL
Bash
Web & Frameworks
React
Next.js
Node.js
Prisma
ASP.NET Core
Flask
REST APIs
HTML5
CSS3
Databases
PostgreSQL
MySQL
MS SQL Server
ClickHouse
SQLite
Cloud & DevOps
AWS
Azure
Railway
Vercel
Docker
GitHub Actions
Linux
Networking (CCNA)
Data & Analysis
Pandas
NumPy
Matplotlib
Power BI
Tools
Git
GitHub
Postman
VS Code
Figma
Arduino
Jira
Certifications
CCNA: Introduction to Networks
Intro to IoT & Digital Transformation
04 — Projects

THINGS I'VE BUILT

Hackathon
2nd
Place
AutoHack 2.0
Team Ctrl Alt EliteTop 6 of all teams presented to industry judgesHonda of Canada Mfg. × Ontario Vehicle Innovation NetworkGeorgian College
Honda Equipment Monitor
C++ / ArduinoPythonPostgreSQLscikit-learnGroq APIFlask
How It Works
01
Sensor Data Collection
Temperature and vibration sensors connected to an Arduino stream live readings into a PostgreSQL database every second — building a continuous, timestamped record of machine health.
02
ML-Powered Failure Prediction
A gradient-boosted classifier trained on real-world manufacturing sensor data predicts equipment failures by detecting anomalous patterns across a rolling window of readings.
03
Root Cause Analysis — The 5-Why Engine
When an anomaly is detected, the Groq API runs a structured 5-Why analysis using live sensor values and ML output as evidence — identifying the failure chain step by step. Most systems tell you what is wrong. This tells you why.
04
Failure Time Estimation & Alert
If a risk is confirmed, the system estimates when failure will occur, logs the diagnosed cause and corrective action to the database, and surfaces everything to the maintenance team via a Flask web dashboard — before any downtime hits.
Iron Protocol
Voice-first personal OS · Multi-tenant SaaS · May–Jul 2026
voice session
"log a workout, bench press, three sets of eight at 185"
log_workout — Bench Press written to database
2Tenants
58Models
70Tools
Speak. It's Done.
A life-management platform you operate by talking to it
Next.js 16TypeScriptPrismaPostgreSQLTensorFlow.jsDeepgramElevenLabsClaude
How It Works
01
One Database, Not Six Apps
Habits, tasks, finances, nutrition, training, sleep, journals and ventures in a single 58-model Postgres schema — so the assistant can answer questions that cut across all of them instead of one silo at a time.
02
Voice as the Primary Interface
A wake word model transfer-learned on my own voice in the browser (TensorFlow.js, stored in IndexedDB) triggers a session. Speech goes to Deepgram Nova-3, then into an agentic loop with 70 tools that read and write real data, before ElevenLabs speaks the answer back.
03
Interrupting It Mid-Sentence
Silero VAD monitors the mic while the assistant talks. On detected speech it ducks its own volume through a GainNode first, confirms the sound is really you and not ambient TV, then tears down playback and listens. The hardest problem in the build.
04
Multi-Tenant by Necessity
A client needed the same platform for a financial advisory practice, so I rebuilt it multi-tenant: route-level module authorization, per-tenant tool filtering that fails closed on anything unmapped, and isolated event delivery — one codebase, two structurally different products.
$450K+
Client Revenue
Shokunbi Web Studios
One-person web studio
Barrie, ON
Craft. Shipped.
Custom sites, e-commerce & integrations for real businesses
Next.js 15TypeScriptPostgreSQLReactShopifyClover POSAstro
Client Work
01
Taste of Lagos — Flavour. Served.
Full restaurant platform on Next.js 15, TypeScript, PostgreSQL + Prisma — online ordering, ticketed events, grocery shop, and loyalty rewards in one build. The menu syncs from the Clover POS register every minute, so the site never sells a dish the kitchen dropped. $350K in first-year revenue through the site.
02
Shoks Capital — Wealth. Built.
Financial advisory brand site (React + Vite) with Calendly booking built in — an enquiry becomes a scheduled call in two clicks. The account then expanded: they needed Iron Protocol for the practice itself, which is what forced the multi-tenant re-architecture above. Sold a site, found a platform.
03
KiloKosi — Kulture. Worn.
Fashion e-commerce on Shopify with multi-region pricing via Shopify Markets, wishlist, live chat, and instant checkout. $100K in first-year revenue through the store.
04
The Studio Site Itself
The portfolio is its own proof: a black-and-white, Aston Martin-inspired design system built on Astro — static output, under 15KB of JavaScript, every client as a full-viewport panel.
NASA Space Explorer
A web app connecting to two live NASA APIs — browse the Astronomy Picture of the Day back to 1995 and search 140,000+ images from the NASA Image Library. Built for COMP1117 at Georgian College.
JavaScriptNASA APOD APINASA Image APIHTML5CSS3
Spotify Statistics Platform
A full-stack data engineering system integrating the Spotify API to extract, enrich, and analyse user listening data. Built ETL workflows loading into ClickHouse and MS SQL Server, with cloud deployment via Railway. Selected as a submission for RISE Innov8.
C#Spotify APIClickHouseMS SQL ServerRailwayASP.NET Core
Github Auto Sort
A CLI tool that interactively organizes local project folders into GitHub repositories — with dry-run mode to preview changes before committing. Automates repo creation and file organization via the GitHub API.
PythonGitHub API
05 — Contact

LET'S TALK

Open to freelance & collaboration.

Need a website that actually earns its keep? That's my studio, Shokunbi Web Studios. Otherwise — I'm building FounderResearch through the HBEC Startup Program and actively looking for opportunities where I can contribute as a developer.