I created a machine learning autoregressive logistic model in Python training with COVID-19 time-series datasets to predict the political ties of any given state with ~70% accuracy.
I created a version-control system in Java capable of mimicking features of Git such as saving contents of entire directories of files using file persistence and restoring versions of one or more files for a more organized workflow.
I created a simple mentorship platform in a team of four to help students connect with mentors in the entrepreneurship space for the Entrepreneurs@Berkeley organization in HTML/CSS and Python using Django.
I created a replica of the WWII German encryption machine, which parses and tokenizes inputs with various permutations in order to encode and decode messages.
Using the MERN stack, I created a real-time chat application and game inspired by the popular quarantine game Story Chat, where players send lines of code one by one at a time, creating a snippet of optionally functioning code together!
I implemented own-version of KJumpingCube game and created a fully-functional AI using the minimax algorithm and alpha beta pruning in Java and designed a GUI.