GitHub Projects
kronkondile
This is a mood-based music app. You can git clone the repository and run it using 'python main.py'. The app will ask you what your mood is for the day; it will then either recommend books or music fitting your mood for the day.
I am currently designing the UI for this app so it doesn't have to be run from terminal every time. The website is a work in progress but I put a screenshot on the right.
I recently also learnt how to use the Spotify Developer App, so that you can make mood-based playlists using kronkondile save it in Spotify.
I got the inspiration from Taylor Hutchison's code here.


play_hole_sim
I used the code from this GitHub as inspiration. This code draws a neutron star or a wormhole against the Bubble Nebula. I added several functions to the original code to make it more scientifically accurate. However, I have also been told that the neutron star doesn't really move like that.

Quantum Teleportation + Fault-Tolerant Preparation of a Logical Qubit in Diamond Processors
These are both Qiskit projects. The first one prepares a circuit simulating the teleportation protocol using IBM's Qiskit. I made this as part of the Physics Department's Reading Program at UC Berkeley.
The second project demonstrates a simulated protocol for fault-tolerant preparation of a logical state in a diamond NV-center processor. This was part of a class project at UC Berkeley that I worked on with my group members Alex Wang and Saahit Mogan.
