Projects

Home Page
Fantasy-Football-Machine-Learning project

Fantasy-Football-Machine-Learning

A project that uses machine learning to project points for players in fantasy football.

League auto accept project

League of Legends Auto Accept

A script that utilizes Python screen scraping methods that automatically hits "accept" when the game queue has found a game.

Game of life project

Conway's Game of Life

A Java recreation of the popular "Game of Life" game originally created by John Conway in 1970.

Barcode

Barcode Reader

A barcode reader done in Java that take in barcode images and compares them to a database of selected barcodes to see if the barcode is valid. It has methods to detect barcodes upside-down or backwards.

shortest path

Shortest Word Path

A fun little project in Python that utilizes breadth-first search methods to find the shortest length between two words.