Laolu'siPhone
00:00

Laolu's Projects

TODAY • September 17
Teach.AI
Teach.AI
Today’s App
Teach.AI

Built at TreeHacks ‘25: a full-stack platform where students study with a multilingual TA voice, while teachers orchestrate learning with file‑ingest, auto‑grading, email blasts, Zoom breakdown, and class management. I owned the end‑to‑end architecture: streaming speech, session orchestration, prompt tools, safe eval, and scalable data flows.

Next.jsReactTypeScriptFlaskPython

Popular Apps

Shoe‑Scrapers
Nike + StockX market ETL

Two resilient scrapers that normalize Nike/StockX catalogs into analytics‑ready CSVs. I built robust selectors, rate‑limit handling, backoff, and schema validation for downstream pipelines.

PythonRequestsBS4
Anagame
Analytics‑powered anagram battles

Terminal game with timers, scoring, and post‑game analytics. I designed efficient word lookups and metrics that surface skill deltas and streak dynamics.

Python
Wordle + Solver
Heuristic + information‑theoretic strategy

Fully playable terminal Wordle and a solver that achieves >95% success via entropy‑guided guesses and pruned candidate sets. I tuned heuristics for both speed and accuracy.

Python
Stanford Lost & Found
Coming soon
Vector search + ML‑aided verification

Campus‑scale lost & found with pgvector image search and CLIP/Gemini verification. I implemented the Supabase schema, auth, vector indexing, and a moderation pipeline that flags fraud in real‑time.

Next.jsFlaskSupabasepgvectorCLIPGeminiTS
Camel‑Up
Simulation‑driven betting guidance

Playable terminal Camel Up with Monte‑Carlo advice. I implemented probability aggregation and expected‑value payouts to guide optimal bets per leg.

Python
Hold or Fold
Enumerative + experimental poker sims

Train against algorithmic opponents with leg‑by‑leg feedback. I implemented enumerative hand evaluation and experiment‑based rollouts for situational edge estimates.

Python
Algorithmic Trading Bot
Signal pipelines and execution loop

Prototype forecasting stack with feature engineering and execution scaffolding. I built modular signal evaluation and a backtest harness; projected ~≈ $150 PnL/min under optimistic assumptions.

Python
March Madness
Let's play March Madness!! Inspired by the 2023 tournament

Interactive March Madness simulator with varying levels of difficulty

JavaPython