MY PROJECTS


ML State Political Party Predictor

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.

Technologies: Python, Jupyter Notebook, Scikit-learn, Scipy, Pandas, Seaborn, NumPy, GeoPy, Matplotlib

-GitHub-

Mini Git

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.

Technologies: Java

-GitHub-

E@B Mentorship Platform

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.

Technologies: Python, HTML/CSS, Django, SQLite

-Demo-

Enigma

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.

Technologies: Java

-GitHub-

CodeChat

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!

Technologies: React, Node, Express, MongoDB, Postman

-GitHub-

Jump

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.

Technologies: Java

-GitHub-