What I Build
This section showcases applied artificial intelligence projects ranging from classical search algorithms to real-world machine learning systems. Each project is designed end-to-end, with attention to interpretability, deployment, and user interaction.
AI Projects
Root Caries Risk Prediction (ML)
A healthcare screening model built on CDC NHANES data using logistic regression. Focused on interpretability, class imbalance, and real deployment constraints.
View Project →Interactive Maze Solver
Visual demonstration of classical AI search algorithms including depth-first and breadth-first search, executed via a Python backend.
View Project →Tic Tac Toe AI
A turn-based game AI using Minimax logic to demonstrate adversarial decision-making.
View Project →