Online Forum Analyze
This project focuses on collecting and analyzing public comment data from a popular website. By downloading and storing the data locally, I explored patterns in user activity and content through visualizations and data analysis.
This project focuses on collecting and analyzing public comment data from a popular website. By downloading and storing the data locally, I explored patterns in user activity and content through visualizations and data analysis.
This project focuses on building custom implementations of malloc(), calloc(), free(), and realloc() in C. It optimizes memory management by reducing fragmentation and enhancing performance, offering deeper insight into low-level memory handling and C programming.
I led the development of a machine learning model to reduce Penn State's carbon emissions, winning $500 in the Nittany AI Challenge.
A full-stack e-commerce developed for local deployment
I built a five-stage pipelined CPU using Verilog. The goal was to create a processor that can efficiently handle multiple instructions at once, improving performance by breaking down tasks into smaller steps. The CPU was developed with a focus on modular design, allowing each stage of the process to work independently and then connecting them to form a complete system. The final design was tested and successfully executed a set of instructions, demonstrating its ability to manage tasks quickly and efficiently.