My Java Projects

Click the arrows to scroll through all of the projects

Sumrick Data Processor

Designed and developed a custom Java-based tool to streamline weekly data analysis for Sumrick Builders. The program ingests raw CSV exports from operational and finance meetings, filters for up-to-date records, and writes a cleaned dataset for further use. Additionally, it includes a bubble sort module to organize data by any metric (e.g., sales, hours worked, efficiency) from largest to smallest, enabling clearer insights for executive decision-making. NOTE: This data contains test data to preserve the confidentiality of the company's records.

View on GitHub
Student Manager

JakeBot Demo

An interactive Java-based chatbot that responds to resume questions using plain text processing and customizable prompts. I created this code in order to set the blueprint for the AI version of this chatbot. It helped me understand the information I wanted the chatbot to learn.

View on GitHub
JakeBot Demo