Hello, I'm
Bryan Courtney White
Python Software Engineer ยท Data & AI Layer
I build the layer between raw data and intelligent systems โ data pipelines, REST APIs, and AI agents that turn information into action. I work in Python from the database to the model serving layer.
Skills
What I work with across the data-to-AI stack
Data Layer
AI & Machine Learning
Agentic Systems
App Development
Featured Projects
View all โProjects across the data, ML, and AI agent stack
Data Pipeline Automation Script
PlannedA CLI tool that ingests raw data from files or APIs, validates and transforms it with pandas, then loads it into a SQLite or PostgreSQL database. Full schema validation, logging, and pytest coverage.
FastAPI Data Service
PlannedA production-ready REST API built on top of the data pipeline database. Supports filtering, pagination, and aggregation endpoints with full Pydantic validation and Swagger docs. Dockerized for deployment.
ML Model Training & Serving Pipeline
PlannedAn end-to-end machine learning pipeline: data preprocessing, model training with experiment tracking via MLflow, and a FastAPI prediction endpoint. Reproducible and deployable.
Agentic Data Analyst
PlannedAn AI agent that accepts natural language questions about a dataset and autonomously writes SQL queries, runs pandas operations, generates charts, and explains the results. Built with LangGraph and Streamlit.
Multi-Agent Research & Report System
PlannedA four-agent system where specialized AI agents collaborate to produce structured research reports. A Researcher, Analyst, Writer, and Reviewer work in sequence via LangGraph with a Streamlit interface.