🖥️ Projects

I am passionate about bringing learning to life through building projects, as each one is a milestone in my journey of exploration and understanding 🚀.

Below are some of my research/personal projects since I first entered the field of Computer Science at UVA:


Folder Icon GitHub Icon

2024 - In Progress

⚙️ PyTorch CUDA ML Performance

Comparing PyTorch and NVIDIA CUDA ML models with a focus on profiling, optimizing, and analyzing LLM-generated versus manually optimized CUDA code.


CUDA NVIDIA C/C++ Pytorch
Folder Icon GitHub Icon

2023 - In Progress

⚛️ GPU Molecular Dynamics

This project focuses on investigating the thermal properties of high-entropy alloys (HEAs) using molecular dynamics (MD) simulations through GPUMD package.


Python Numpy Matplotlib Linux GPUMD UVA Rivanna
Folder Icon GitHub Icon

2023 - In Progress

📈 MATLAB-GUI

Simplification of Multivariable Calculus and Linear Algrabra concepts using MATLAB UI Apps for visualizing vector line integral calculations and matrix operations.


Python MATLAB Calculus
Folder Icon GitHub Icon

2023

📊 SAT Score Prediction

This project employs custom-built neural network models with PyTorch and Numpy to predict SAT scores from GPA and other factors.


Python Pytorch Numpy Pandas
Folder Icon GitHub Icon

2024

♻️ Simple Carbon Footprint Calculator

A simple web application calculating the carbon footprint based on user input for electricity usage, miles driven by car, meat consumption, and flight hours per year.


Python Flask HTML5 CSS3
Folder Icon GitHub Icon

2024

📚 Academic Portfolio Website

My Portfolio Website built with HTML and CSS using the template forked from academicpages and deployed by Github pages. Yes! It's the one that you are looking at.


HTML5 CSS3 Markdown
Folder Icon GitHub Icon

2023

🎮 Flappy Bird Game

Replication of Flappy Bird Game at UVA Introduction to Programming course using uvage and pygame library.


Python pygame uvage Programming Fundamentals
Folder Icon GitHub Icon

2023

⌨️ Number Test Game

A CLI-based Python game where players input a number to receive scores based on its traits, featuring account management and a leaderboard.


Python tkinter Programming Fundamentals OOP