Skip to content
View seang1121's full-sized avatar

Block or report seang1121

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
seang1121/README.md

Hi, I'm Sean πŸ‘‹

Builder of data-driven tools that turn raw information into smarter decisions

I build practical applications that aggregate data from multiple sources, detect patterns, and surface actionable insights β€” whether it's sports analytics, personal finance, or local fishing conditions. Python-first, automation-heavy, and always backed by real data.


πŸš€ What I Build

πŸ€ AI Sports Betting Analyzer

Full-stack AI betting platform with an 11-agent analysis pipeline, per-sport ML models, and multi-user pick tracking.

  • Tech: Python, Flask, SQLite (WAL), scikit-learn, APScheduler, Cloudflare Tunnel
  • Sports: NBA (16 stats) Β· NHL (18 stats) Β· NCAAB (18 stats) Β· MLB (28 stats β€” Opening Day 2026)
  • Highlights:
    • 11-agent pipeline (line movement, injury intelligence, trends, ML learning, consensus, narrative, and more)
    • Sport-siloed ML models β€” each sport trains independently, no cross-contamination
    • Dual-signal totals model (raw scoring + defense-adjusted) for Over/Under direction
    • Independent bet direction β€” spread, ML, and totals each compute separately
    • Shadow picks system β€” learns from all games, not just logged ones
    • Multi-user leaderboard with 30-day rolling window and H2H matchups
    • Auto-resolve scheduler (9:30pm + 3am EST), auto-scan (10am/2pm/6pm/10pm EST)
    • Nimrod β€” automated bet slip generator + Twitter/X posting agent
    • Real-time injury + ATS data from Covers.com
    • 6-key API rotation with auto-failover
    • Live at sportsbettingaianalyzer.com
  • Status: Private repo (proprietary model)

🏈 NCAAB March Madness Trend Analysis

6-year deep dive (2019–2025) into why teams win at every round of the NCAA Tournament.

  • Coverage: All 192 R64 games, 96 R32 games, Sweet 16, Elite 8, Final Four, and Championship
  • Key findings:
    • The "Efficiency Staircase" β€” each round has a distinct AdjEM floor teams must clear
    • R32β†’Sweet 16 is the steepest cliff in the bracket (+14 β†’ +22+ AdjEM)
    • Champion gate: KenPom top 6 + AdjO top 25 + AdjD top 25 β€” unbroken in the KenPom era
    • "Extreme Teams" (elite one dimension, weak the other) = 0 championships in 22 years
    • Three Cinderella archetypes with distinct depth ceilings
  • Live site: seang1121.github.io/ncaab-MarchMadness-Trend-analysis
  • View Repository β†’

πŸ’° Fidelity Fund Analyzer

Portfolio strategy comparison tool across 30+ Fidelity mutual funds and ETFs.

  • Tech: Python, GitHub Pages, GitHub Actions (auto-generates weekly reports)
  • Strategies: 6 tiers from Conservative (5-7%) through Moonshot (60-150%+)
  • Features: 1-year projections, risk profiles, rebalancing guides, DCA implementation plans, tax efficiency guidance
  • Live site: seang1121.github.io/Fidelity-Fund-Analyzer
  • View Repository β†’

🏦 CD Ladder Analyzer

CD ladder simulator comparing rates, strategies, and institutions to maximize savings yield.

  • Tech: Python, GitHub Pages
  • Institutions: Pentagon Federal, Navy Federal, Connexus, Vanguard, Ally, Marcus
  • Strategies: 3-Rung Short, 5-Rung Classic, 5-Rung Staggered, Barbell
  • Features: Maturity schedules, projected interest earned, liquidity timelines
  • Live site: seang1121.github.io/CD-Ladder-Analyzer
  • View Repository β†’

πŸ“ Loan Officer Exam Prep Study Guide

Self-contained NMLS SAFE MLO exam study course with structured learning across 4 modes.

  • Modes: Topic deep dives, flashcards, quizzes, full practice exams
  • Coverage: All 5 exam categories β€” Loan Origination (27%), Federal Laws (24%), Ethics (18%), General Knowledge (20%), State Content (11%)
  • Features: 7-week study plan, 16 sessions, critical threshold reference tables, law-to-regulation mapping
  • View Repository β†’

🏠 Mortgage Interest Rate Tracker

Daily mortgage rate monitor with historical analysis and trend detection.

  • Tech: Python, Bankrate API + Chase scraper fallback, JSON storage
  • Features: Day-to-day comparison, 7-day trends with directional indicators, configurable alert thresholds
  • Use case: Rate shopping, refinance timing, market analysis
  • View Repository β†’

🎣 Fishing Report Analyzer

6-source fishing conditions aggregator for Mayport, Jacksonville, FL.

  • Tech: Python, BeautifulSoup, NOAA API
  • Sources: ProAngler, FishingBooker, Tides4Fishing, NOAA Buoy MYPF1, TideTime
  • Features: Live buoy data, tide predictions, solunar forecasts, water temp, wind conditions
  • View Repository β†’

πŸ’» Tech Stack

Category Tools
Languages Python (primary), JavaScript, SQL
Backend Flask, SQLite (WAL mode), APScheduler
ML/AI scikit-learn, multi-agent pipelines, sport-siloed models
Scraping BeautifulSoup, Requests, lxml
Frontend Jinja2, HTML/CSS/JS, GitHub Pages
Infrastructure Cloudflare Tunnel, GitHub Actions CI/CD, Windows Task Scheduler
APIs The Odds API, NOAA, Bankrate, Twitter/X, Covers.com

🎯 What Drives Me

Multi-source aggregation β€” one source is a data point, six sources is intelligence

Pattern recognition β€” trends matter more than snapshots; why things happen matters more than what happened

Practical tools β€” everything I build solves a real problem I actually have

Clean architecture β€” sport-siloed learning, singleton DB patterns, no cross-contamination, automated scheduling


πŸ“Š Current Focus

  • Adding MLB to the betting analyzer (28-stat pitcher-first model, target: Opening Day 2026)
  • Expanding NCAAB research with 2026 tournament data as it happens
  • Refining multi-user weighted ML as pick history grows (75-100+ picks per sport)

πŸ“ˆ GitHub Stats

Sean's GitHub Stats


πŸ“« Get In Touch


"Where data meets decision-making"

Pinned Loading

  1. AI-Bet-Analyzer-Overview.md AI-Bet-Analyzer-Overview.md
    1
      # AI Bet Analyzer - Project Overview
    2
    
                  
    3
      > Advanced AI-powered sports betting analysis system with multi-user tracking and machine learning
    4
    5
      ---