Welcome to my user page! I am a computer science student at UC San Diego with a focus on artificial intelligence and machine learning.
Check out my Resume
You can also jump straight to my Current Projects or check out my Goals for this Year.

I have always been driven by a natural curiosity to understand how complex systems work. Whether it is building computers or complex data pipelines, I enjoy finding real-world ways to apply what I learned. I recently switched my focus from Computer Engineering to Computer Science so I could dive deeper into deep learning.
One of my favorite quotes is from Alan Kay:
“The best way to predict the future is to invent it.”
I spend a lot of time working across different environments. Here are a few tools I use all the time:
I love building things from scratch. Here are the top three things I have worked on:
Sometimes I have to test quick logic on my Raspberry Pi, so I usually run a simple script like python test_script.py in the terminal.
Here is a quick look at how I might start a basic Python script:
def greet_user(name):
print(f"Hello {name}, welcome to my user page!")
greet_user("Visitor")
Want to see more of my code? Feel free to check out my main GitHub Profile.