Mazeru is an automated aesthetic music video creator created in Python using the Librosa and Moviepy public libraries. I made this project with two friends for a Hackathon. It takes an audio file along with multiple videos as input and splices subclips of the videos based on drastic changes in volume. Below is a sample video generated by Mazeru.
This was my first Android App that I built using Java and Android Studio over the summer of 2019. It is a to do list app that helps you track tasks and will send notifications when a task is due
This was a year long project that I undertook from 2019-2020 where I used Python to create my own version of a spreadsheet on the terminal.
skills acquired from projects:
Relevant courses taken:
Through the courses I have taken at Purdue:
I have learned about runtime, the importance of optimization, and the known algorithms for traversing data structures such as: dijkstra's shortest path, kmp string matching, the different sorting methods, etc.
I have done various in depth projects like creating a memory allocator in C, as well as making my own Shell.