Projects

I'm excited to share what I've been working on! Below is a directory of my personal projects.

Tic Tac Toe

Play against an unbeatable AI using Minimax with optional Alpha-Beta pruning. The AI evaluates game states to always play optimally.

View Code on GitHub

Market Predictions

a Python-based dashboard that forecasts 30-day movements of the three major indexes using five years of historical data.

View Code on GitHub