Colorado Down Ballot Visuals
For my thesis project I worked alongside my group of 5 senior computer Science students to build a full stack application that provides a resource to Colorado journalists for visualizing down ballot election results which are saller ballot measures at the state level. Our project was complete with iframe embed codes and a 20 year postgresql database of all ballot results.
Natural Language Processing Labs
Labs I completed for the Natural Language Processing Course at Colorado College all written in python. Topics included semantic analysis, word embeddings, speech classification, and semantic similarity using cosine similarity of word embeddings. Starter code for labs was provided by Professor Blake Jackson.
Conversational AI Chat Interface
A full stack application I built which allows the user to talk with the blender AI conversational chatbot. This project acted as an introduction to full-stack applications and I was able to work with many front end technologies for the first time while gaining familiarity with Hugging Face Machine Learning Library.
Osu Rhythm Game Clone
A clone of the rhythm game OSU built with Java. Implemented a music player that plays on a seperate thread, a leaderboard using SQL, and a file reading system that allows us to drop a .osu file into our game and it will automatically generate a level based on the files parameters. UI built with Java Swing library.